From: Andreas Schwab Signed-off-by: Andreas Schwab Signed-off-by: Andrew Morton --- drivers/serial/sn_console.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/serial/sn_console.c~sn_console-make-sal_console_uart-static-again drivers/serial/sn_console.c --- 25/drivers/serial/sn_console.c~sn_console-make-sal_console_uart-static-again 2005-04-26 21:12:07.841789032 -0700 +++ 25-akpm/drivers/serial/sn_console.c 2005-04-26 21:12:07.845788424 -0700 @@ -787,7 +787,7 @@ static void __init sn_sal_switch_to_inte static void sn_sal_console_write(struct console *, const char *, unsigned); static int __init sn_sal_console_setup(struct console *, char *); -extern struct uart_driver sal_console_uart; +static struct uart_driver sal_console_uart; extern struct tty_driver *uart_console_device(struct console *, int *); static struct console sal_console = { @@ -801,7 +801,7 @@ static struct console sal_console = { #define SAL_CONSOLE &sal_console -struct uart_driver sal_console_uart = { +static struct uart_driver sal_console_uart = { .owner = THIS_MODULE, .driver_name = "sn_console", .dev_name = DEVICE_NAME, _