cpm_uart: Remove !CONFIG_PPC_CPM_NEW_BINDING code
Now that arch/ppc is gone we always define CONFIG_PPC_CPM_NEW_BINDING so we can remove all the code associated with !CONFIG_PPC_CPM_NEW_BINDING. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
@@ -84,9 +84,6 @@ struct uart_cpm_port {
|
||||
u32 command;
|
||||
};
|
||||
|
||||
#ifndef CONFIG_PPC_CPM_NEW_BINDING
|
||||
extern int cpm_uart_port_map[UART_NR];
|
||||
#endif
|
||||
extern int cpm_uart_nr;
|
||||
extern struct uart_cpm_port cpm_uart_ports[UART_NR];
|
||||
|
||||
|
Reference in New Issue
Block a user