diff options
Diffstat (limited to 'drivers/serial')
-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", |