From: Sylvain Munaut Signed-off-by: Wolfgang Denk Signed-off-by: Sylvain Munaut Signed-off-by: Andrew Morton --- drivers/serial/mpc52xx_uart.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/serial/mpc52xx_uart.c~ppc32-serial-fix-compiler-errors-with-gcc-4x-in drivers/serial/mpc52xx_uart.c --- devel/drivers/serial/mpc52xx_uart.c~ppc32-serial-fix-compiler-errors-with-gcc-4x-in 2006-01-03 21:16:04.000000000 -0800 +++ devel-akpm/drivers/serial/mpc52xx_uart.c 2006-01-03 21:16:04.000000000 -0800 @@ -668,7 +668,7 @@ mpc52xx_console_setup(struct console *co } -extern struct uart_driver mpc52xx_uart_driver; +static struct uart_driver mpc52xx_uart_driver; static struct console mpc52xx_console = { .name = "ttyS", _