Skip to content

Commit

Permalink
cpm_uart: Remove !CONFIG_PPC_CPM_NEW_BINDING code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kumar Gala committed Jun 26, 2008
1 parent 0d84406 commit 0b2a2e5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 838 deletions.
3 changes: 0 additions & 3 deletions drivers/serial/cpm_uart/cpm_uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down
Loading

0 comments on commit 0b2a2e5

Please sign in to comment.