tty/serial: ucc_uart: Remove ifdef SUPPORT_SYSRQ
authorDmitry Safonov <dima@arista.com>
Fri, 13 Dec 2019 00:06:48 +0000 (00:06 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Dec 2019 14:05:08 +0000 (15:05 +0100)
commit06129311c68cf381444f95d2baac956e9562fc3b
treee2800e8da5791952e315c86b06a0f2c02b4b6dc8
parent22cf28a84889ca7f08e7a89c789b4afa566e76de
tty/serial: ucc_uart: Remove ifdef SUPPORT_SYSRQ

ucc_uart doesn't seem to support console over itself, so maybe it can
be deleted with uart_handle_sysrq_char() from the file.

Cc: Timur Tabi <timur@kernel.org>
Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Dmitry Safonov <dima@arista.com>
Link: https://lore.kernel.org/r/20191213000657.931618-50-dima@arista.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/ucc_uart.c