diff options
Diffstat (limited to 'drivers/tty/serial/sn_console.c')
-rw-r--r-- | drivers/tty/serial/sn_console.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/tty/serial/sn_console.c b/drivers/tty/serial/sn_console.c index 377ae74e7154..238c7df73ef5 100644 --- a/drivers/tty/serial/sn_console.c +++ b/drivers/tty/serial/sn_console.c | |||
@@ -39,6 +39,7 @@ | |||
39 | 39 | ||
40 | #include <linux/interrupt.h> | 40 | #include <linux/interrupt.h> |
41 | #include <linux/tty.h> | 41 | #include <linux/tty.h> |
42 | #include <linux/tty_flip.h> | ||
42 | #include <linux/serial.h> | 43 | #include <linux/serial.h> |
43 | #include <linux/console.h> | 44 | #include <linux/console.h> |
44 | #include <linux/module.h> | 45 | #include <linux/module.h> |
@@ -737,7 +738,7 @@ static void __init sn_sal_switch_to_interrupts(struct sn_cons_port *port) | |||
737 | DPRINTF("sn_console: switching to interrupt driven console\n"); | 738 | DPRINTF("sn_console: switching to interrupt driven console\n"); |
738 | 739 | ||
739 | if (request_irq(SGI_UART_VECTOR, sn_sal_interrupt, | 740 | if (request_irq(SGI_UART_VECTOR, sn_sal_interrupt, |
740 | IRQF_DISABLED | IRQF_SHARED, | 741 | IRQF_SHARED, |
741 | "SAL console driver", port) >= 0) { | 742 | "SAL console driver", port) >= 0) { |
742 | spin_lock_irqsave(&port->sc_port.lock, flags); | 743 | spin_lock_irqsave(&port->sc_port.lock, flags); |
743 | port->sc_port.irq = SGI_UART_VECTOR; | 744 | port->sc_port.irq = SGI_UART_VECTOR; |