Dmitry Safonov 212d9371fe tty/serial: Migrate sccnxp to use has_sysrq
The SUPPORT_SYSRQ ifdeffery is not nice as:
- May create misunderstanding about sizeof(struct uart_port) between
  different objects
- Prevents moving functions from serial_core.h
- Reduces readability (well, it's ifdeffery - it's hard to follow)

In order to remove SUPPORT_SYSRQ, has_sysrq variable has been added.
Initialise it in driver's probe and remove ifdeffery.

Signed-off-by: Dmitry Safonov <dima@arista.com>
Link: https://lore.kernel.org/r/20191213000657.931618-40-dima@arista.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-12-18 15:05:00 +01:00
..
2019-12-18 15:04:47 +01:00
2019-12-18 15:04:49 +01:00
2019-12-18 15:04:53 +01:00
2019-12-18 15:04:57 +01:00
2019-04-21 23:20:08 +02:00
2019-10-27 18:54:13 +01:00
2018-06-12 16:19:22 -07:00
2018-12-28 20:33:54 -08:00