diff options
Diffstat (limited to 'drivers/serial/imx.c')
-rw-r--r-- | drivers/serial/imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/imx.c b/drivers/serial/imx.c index 4c985e6b3784..4e1e80adaf11 100644 --- a/drivers/serial/imx.c +++ b/drivers/serial/imx.c | |||
@@ -860,7 +860,7 @@ imx_console_setup(struct console *co, char *options) | |||
860 | return uart_set_options(&sport->port, co, baud, parity, bits, flow); | 860 | return uart_set_options(&sport->port, co, baud, parity, bits, flow); |
861 | } | 861 | } |
862 | 862 | ||
863 | extern struct uart_driver imx_reg; | 863 | static struct uart_driver imx_reg; |
864 | static struct console imx_console = { | 864 | static struct console imx_console = { |
865 | .name = "ttySMX", | 865 | .name = "ttySMX", |
866 | .write = imx_console_write, | 866 | .write = imx_console_write, |