diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/serial_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index df9245c7bd3b..83e4b3ff9cda 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h | |||
@@ -277,7 +277,7 @@ struct uart_port { | |||
277 | struct uart_icount icount; /* statistics */ | 277 | struct uart_icount icount; /* statistics */ |
278 | 278 | ||
279 | struct console *cons; /* struct console, if any */ | 279 | struct console *cons; /* struct console, if any */ |
280 | #ifdef CONFIG_SERIAL_CORE_CONSOLE | 280 | #if defined(CONFIG_SERIAL_CORE_CONSOLE) || defined(SUPPORT_SYSRQ) |
281 | unsigned long sysrq; /* sysrq timeout */ | 281 | unsigned long sysrq; /* sysrq timeout */ |
282 | #endif | 282 | #endif |
283 | 283 | ||