Dmitry Safonov b071126bd8 tty/serial: Migrate sunhv 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.

Cc: "David S. Miller" <davem@davemloft.net>
Cc: sparclinux@vger.kernel.org
Signed-off-by: Dmitry Safonov <dima@arista.com>
Link: https://lore.kernel.org/r/20191213000657.931618-46-dima@arista.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-12-18 15:05:05 +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
2018-06-12 16:19:22 -07:00
2018-12-28 20:33:54 -08:00