[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>
This commit is contained in:
Sylvain Munaut 2006-01-06 00:11:31 -08:00 committed by Linus Torvalds
parent 7558824a8d
commit 2d8179c0b7
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ mpc52xx_console_setup(struct console *co, char *options)
}
extern struct uart_driver mpc52xx_uart_driver;
static struct uart_driver mpc52xx_uart_driver;
static struct console mpc52xx_console = {
.name = "ttyS",