diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2006-01-06 03:11:31 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-06 11:33:30 -0500 |
commit | 2d8179c0b77b54e27321944e16f65defeda81e27 (patch) | |
tree | 6edb5004ae7299cc436d888fbc2b36fb5093c6b5 /drivers/serial/mpc52xx_uart.c | |
parent | 7558824a8d16e244072bfebc9e5e3e3b1b9af261 (diff) |
[PATCH] ppc32/serial: Fix compiler errors with GCC 4.x in mpc52xx_uart.c
Signed-off-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/serial/mpc52xx_uart.c')
-rw-r--r-- | drivers/serial/mpc52xx_uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/mpc52xx_uart.c b/drivers/serial/mpc52xx_uart.c index b8727d9bf690..4dcf0310bef5 100644 --- a/drivers/serial/mpc52xx_uart.c +++ b/drivers/serial/mpc52xx_uart.c | |||
@@ -668,7 +668,7 @@ mpc52xx_console_setup(struct console *co, char *options) | |||
668 | } | 668 | } |
669 | 669 | ||
670 | 670 | ||
671 | extern struct uart_driver mpc52xx_uart_driver; | 671 | static struct uart_driver mpc52xx_uart_driver; |
672 | 672 | ||
673 | static struct console mpc52xx_console = { | 673 | static struct console mpc52xx_console = { |
674 | .name = "ttyS", | 674 | .name = "ttyS", |