Skip to content

Commit 0b2a2e5

Browse files
committed
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 <[email protected]>
1 parent 0d84406 commit 0b2a2e5

File tree

6 files changed

+1
-838
lines changed

6 files changed

+1
-838
lines changed

drivers/serial/cpm_uart/cpm_uart.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ struct uart_cpm_port {
8484
u32 command;
8585
};
8686

87-
#ifndef CONFIG_PPC_CPM_NEW_BINDING
88-
extern int cpm_uart_port_map[UART_NR];
89-
#endif
9087
extern int cpm_uart_nr;
9188
extern struct uart_cpm_port cpm_uart_ports[UART_NR];
9289

0 commit comments

Comments
 (0)