diff options
-rw-r--r-- | drivers/tty/serial/mux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/mux.c b/drivers/tty/serial/mux.c index 7fd6aaaacd8e..9b27d34ad49e 100644 --- a/drivers/tty/serial/mux.c +++ b/drivers/tty/serial/mux.c | |||
@@ -29,7 +29,7 @@ | |||
29 | #include <asm/irq.h> | 29 | #include <asm/irq.h> |
30 | #include <asm/parisc-device.h> | 30 | #include <asm/parisc-device.h> |
31 | 31 | ||
32 | #ifdef CONFIG_MAGIC_SYSRQ | 32 | #if defined(CONFIG_SERIAL_MUX_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
33 | #include <linux/sysrq.h> | 33 | #include <linux/sysrq.h> |
34 | #define SUPPORT_SYSRQ | 34 | #define SUPPORT_SYSRQ |
35 | #endif | 35 | #endif |