diff options
Diffstat (limited to 'drivers/serial/amba-pl010.c')
| -rw-r--r-- | drivers/serial/amba-pl010.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/amba-pl010.c b/drivers/serial/amba-pl010.c index 978e12437e61..679e678c7e6a 100644 --- a/drivers/serial/amba-pl010.c +++ b/drivers/serial/amba-pl010.c | |||
| @@ -689,7 +689,7 @@ static int __init pl010_console_setup(struct console *co, char *options) | |||
| 689 | return uart_set_options(port, co, baud, parity, bits, flow); | 689 | return uart_set_options(port, co, baud, parity, bits, flow); |
| 690 | } | 690 | } |
| 691 | 691 | ||
| 692 | extern struct uart_driver amba_reg; | 692 | static struct uart_driver amba_reg; |
| 693 | static struct console amba_console = { | 693 | static struct console amba_console = { |
| 694 | .name = "ttyAM", | 694 | .name = "ttyAM", |
| 695 | .write = pl010_console_write, | 695 | .write = pl010_console_write, |
