|
@@ -277,7 +277,7 @@ struct uart_port {
|
|
struct uart_icount icount; /* statistics */
|
|
struct uart_icount icount; /* statistics */
|
|
|
|
|
|
struct console *cons; /* struct console, if any */
|
|
struct console *cons; /* struct console, if any */
|
|
-#ifdef CONFIG_SERIAL_CORE_CONSOLE
|
|
|
|
|
|
+#if defined(CONFIG_SERIAL_CORE_CONSOLE) || defined(SUPPORT_SYSRQ)
|
|
unsigned long sysrq; /* sysrq timeout */
|
|
unsigned long sysrq; /* sysrq timeout */
|
|
#endif
|
|
#endif
|
|
|
|
|