diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-07-31 03:38:55 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:41 -0400 |
commit | a24ac9fba1d122ce2536d23b8f4c47a17b7d0627 (patch) | |
tree | 35205e42114d484a0e07f59d21e3ba1b0c4f56db /drivers/serial/vr41xx_siu.c | |
parent | 73dd1166af9a7a1e24554991236ddea740df0dbd (diff) |
serial: fix section mismatch vr41xx_siu
Fix section mismatch vr41xx_siu.
WARNING: drivers/built-in.o(.text+0x2ce4c): Section mismatch: reference to .init.text:uart_parse_options (between 'siu_console_setup' and 'siu_request_port')
WARNING: drivers/built-in.o(.text+0x2ce70): Section mismatch: reference to .init.text:uart_set_options (between 'siu_console_setup' and 'siu_request_port')
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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; |