diff options
author | Dmitry Safonov <[email protected]> | 2019-12-13 00:06:11 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-12-18 15:04:46 +0100 |
commit | 078abd98d7f81f3a2ad2a0f6884ea0ab2f556cfe (patch) | |
tree | f4c77b326bfd284882899325966442c36008da52 /tools/perf/scripts/python | |
parent | 933505e9b41759fb7cb8a1b648553d7c00a8bf1c (diff) |
tty/serial: Migrate atmel_serial 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.
While at it, remove forward-declaration of atmel_console - it wasn't
needed even at the moment the driver was first time introduced:
commit 1e6c9c2878c9 ("[ARM] 3242/2: AT91RM9200 support for 2.6 (Serial)")
Cc: Alexandre Belloni <[email protected]>
Cc: Ludovic Desroches <[email protected]>
Cc: Richard Genoud <[email protected]>
Cc: [email protected]
Signed-off-by: Dmitry Safonov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions