diff options
Diffstat (limited to 'drivers/serial/vr41xx_siu.c')
-rw-r--r-- | drivers/serial/vr41xx_siu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/vr41xx_siu.c b/drivers/serial/vr41xx_siu.c index 85309acb75f6..aa382e2ea397 100644 --- a/drivers/serial/vr41xx_siu.c +++ b/drivers/serial/vr41xx_siu.c | |||
@@ -782,7 +782,7 @@ static void siu_console_write(struct console *con, const char *s, unsigned count | |||
782 | siu_write(port, UART_IER, ier); | 782 | siu_write(port, UART_IER, ier); |
783 | } | 783 | } |
784 | 784 | ||
785 | static int siu_console_setup(struct console *con, char *options) | 785 | static int __init siu_console_setup(struct console *con, char *options) |
786 | { | 786 | { |
787 | struct uart_port *port; | 787 | struct uart_port *port; |
788 | int baud = 9600; | 788 | int baud = 9600; |