diff options
| -rw-r--r-- | drivers/serial/21285.c | 2 | ||||
| -rw-r--r-- | drivers/serial/amba-pl010.c | 2 | ||||
| -rw-r--r-- | drivers/serial/amba-pl011.c | 2 | ||||
| -rw-r--r-- | drivers/serial/clps711x.c | 2 | ||||
| -rw-r--r-- | drivers/serial/pxa.c | 4 | ||||
| -rw-r--r-- | drivers/serial/sa1100.c | 2 | ||||
| -rw-r--r-- | drivers/serial/serial_lh7a40x.c | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/drivers/serial/21285.c b/drivers/serial/21285.c index aec39fb261ca..b5cf39468d18 100644 --- a/drivers/serial/21285.c +++ b/drivers/serial/21285.c | |||
| @@ -463,7 +463,7 @@ static int __init serial21285_console_setup(struct console *co, char *options) | |||
| 463 | return uart_set_options(port, co, baud, parity, bits, flow); | 463 | return uart_set_options(port, co, baud, parity, bits, flow); |
| 464 | } | 464 | } |
| 465 | 465 | ||
| 466 | extern struct uart_driver serial21285_reg; | 466 | static struct uart_driver serial21285_reg; |
| 467 | 467 | ||
| 468 | static struct console serial21285_console = | 468 | static struct console serial21285_console = |
| 469 | { | 469 | { |
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, |
diff --git a/drivers/serial/amba-pl011.c b/drivers/serial/amba-pl011.c index 56071309744c..1ff629c74750 100644 --- a/drivers/serial/amba-pl011.c +++ b/drivers/serial/amba-pl011.c | |||
| @@ -701,7 +701,7 @@ static int __init pl011_console_setup(struct console *co, char *options) | |||
| 701 | return uart_set_options(&uap->port, co, baud, parity, bits, flow); | 701 | return uart_set_options(&uap->port, co, baud, parity, bits, flow); |
| 702 | } | 702 | } |
| 703 | 703 | ||
| 704 | extern struct uart_driver amba_reg; | 704 | static struct uart_driver amba_reg; |
| 705 | static struct console amba_console = { | 705 | static struct console amba_console = { |
| 706 | .name = "ttyAMA", | 706 | .name = "ttyAMA", |
| 707 | .write = pl011_console_write, | 707 | .write = pl011_console_write, |
diff --git a/drivers/serial/clps711x.c b/drivers/serial/clps711x.c index d822896b488c..78c1f36ad9b7 100644 --- a/drivers/serial/clps711x.c +++ b/drivers/serial/clps711x.c | |||
| @@ -525,7 +525,7 @@ static int __init clps711xuart_console_setup(struct console *co, char *options) | |||
| 525 | return uart_set_options(port, co, baud, parity, bits, flow); | 525 | return uart_set_options(port, co, baud, parity, bits, flow); |
| 526 | } | 526 | } |
| 527 | 527 | ||
| 528 | extern struct uart_driver clps711x_reg; | 528 | static struct uart_driver clps711x_reg; |
| 529 | static struct console clps711x_console = { | 529 | static struct console clps711x_console = { |
| 530 | .name = "ttyCL", | 530 | .name = "ttyCL", |
| 531 | .write = clps711xuart_console_write, | 531 | .write = clps711xuart_console_write, |
diff --git a/drivers/serial/pxa.c b/drivers/serial/pxa.c index eaa0af835290..672b359b07ce 100644 --- a/drivers/serial/pxa.c +++ b/drivers/serial/pxa.c | |||
| @@ -589,8 +589,8 @@ serial_pxa_type(struct uart_port *port) | |||
| 589 | 589 | ||
| 590 | #ifdef CONFIG_SERIAL_PXA_CONSOLE | 590 | #ifdef CONFIG_SERIAL_PXA_CONSOLE |
| 591 | 591 | ||
| 592 | extern struct uart_pxa_port serial_pxa_ports[]; | 592 | static struct uart_pxa_port serial_pxa_ports[]; |
| 593 | extern struct uart_driver serial_pxa_reg; | 593 | static struct uart_driver serial_pxa_reg; |
| 594 | 594 | ||
| 595 | #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) | 595 | #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) |
| 596 | 596 | ||
diff --git a/drivers/serial/sa1100.c b/drivers/serial/sa1100.c index 1225b14f6e9d..dd8aed242357 100644 --- a/drivers/serial/sa1100.c +++ b/drivers/serial/sa1100.c | |||
| @@ -799,7 +799,7 @@ sa1100_console_setup(struct console *co, char *options) | |||
| 799 | return uart_set_options(&sport->port, co, baud, parity, bits, flow); | 799 | return uart_set_options(&sport->port, co, baud, parity, bits, flow); |
| 800 | } | 800 | } |
| 801 | 801 | ||
| 802 | extern struct uart_driver sa1100_reg; | 802 | static struct uart_driver sa1100_reg; |
| 803 | static struct console sa1100_console = { | 803 | static struct console sa1100_console = { |
| 804 | .name = "ttySA", | 804 | .name = "ttySA", |
| 805 | .write = sa1100_console_write, | 805 | .write = sa1100_console_write, |
diff --git a/drivers/serial/serial_lh7a40x.c b/drivers/serial/serial_lh7a40x.c index 8302376800c0..d01dbe5da3b9 100644 --- a/drivers/serial/serial_lh7a40x.c +++ b/drivers/serial/serial_lh7a40x.c | |||
| @@ -632,7 +632,7 @@ static int __init lh7a40xuart_console_setup (struct console* co, char* options) | |||
| 632 | return uart_set_options (port, co, baud, parity, bits, flow); | 632 | return uart_set_options (port, co, baud, parity, bits, flow); |
| 633 | } | 633 | } |
| 634 | 634 | ||
| 635 | extern struct uart_driver lh7a40x_reg; | 635 | static struct uart_driver lh7a40x_reg; |
| 636 | static struct console lh7a40x_console = { | 636 | static struct console lh7a40x_console = { |
| 637 | .name = "ttyAM", | 637 | .name = "ttyAM", |
| 638 | .write = lh7a40xuart_console_write, | 638 | .write = lh7a40xuart_console_write, |
