diff options
Diffstat (limited to 'arch/blackfin/mach-bf561')
-rw-r--r-- | arch/blackfin/mach-bf561/include/mach/bfin_serial_5xx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf561/include/mach/bfin_serial_5xx.h b/arch/blackfin/mach-bf561/include/mach/bfin_serial_5xx.h index 8aa02780e642..6cddca4aa182 100644 --- a/arch/blackfin/mach-bf561/include/mach/bfin_serial_5xx.h +++ b/arch/blackfin/mach-bf561/include/mach/bfin_serial_5xx.h | |||
@@ -111,7 +111,6 @@ static inline void UART_CLEAR_LSR(struct bfin_serial_port *uart) | |||
111 | bfin_write16(uart->port.membase + OFFSET_LSR, -1); | 111 | bfin_write16(uart->port.membase + OFFSET_LSR, -1); |
112 | } | 112 | } |
113 | 113 | ||
114 | struct bfin_serial_port bfin_serial_ports[BFIN_UART_NR_PORTS]; | ||
115 | struct bfin_serial_res { | 114 | struct bfin_serial_res { |
116 | unsigned long uart_base_addr; | 115 | unsigned long uart_base_addr; |
117 | int uart_irq; | 116 | int uart_irq; |
@@ -142,7 +141,6 @@ struct bfin_serial_res bfin_serial_resource[] = { | |||
142 | 141 | ||
143 | #define DRIVER_NAME "bfin-uart" | 142 | #define DRIVER_NAME "bfin-uart" |
144 | 143 | ||
145 | int nr_ports = BFIN_UART_NR_PORTS; | ||
146 | static void bfin_serial_hw_init(struct bfin_serial_port *uart) | 144 | static void bfin_serial_hw_init(struct bfin_serial_port *uart) |
147 | { | 145 | { |
148 | 146 | ||