diff options
author | Baurzhan Ismagulov <ibr@radix50.net> | 2010-11-11 04:54:58 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-11-11 14:35:59 -0500 |
commit | 2adc2917ce4bfb482a6e3c05ff543cef151c9830 (patch) | |
tree | 88316af96967ea479e709e61687f5c3f86d6297b /drivers/serial | |
parent | 5b04ec4ad8e2ffdc9d1f27fd6eb5118e919bc87d (diff) |
serial: cpu_uart: Remove unused uart_cpm_port fields
AFAICT, these fields are not used anywhere.
Signed-off-by: Baurzhan Ismagulov <ibr@radix50.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/cpm_uart/cpm_uart.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/serial/cpm_uart/cpm_uart.h b/drivers/serial/cpm_uart/cpm_uart.h index 7274b527a3c1..b754dcf0fda5 100644 --- a/drivers/serial/cpm_uart/cpm_uart.h +++ b/drivers/serial/cpm_uart/cpm_uart.h | |||
@@ -76,18 +76,12 @@ struct uart_cpm_port { | |||
76 | unsigned char *tx_buf; | 76 | unsigned char *tx_buf; |
77 | unsigned char *rx_buf; | 77 | unsigned char *rx_buf; |
78 | u32 flags; | 78 | u32 flags; |
79 | void (*set_lineif)(struct uart_cpm_port *); | ||
80 | struct clk *clk; | 79 | struct clk *clk; |
81 | u8 brg; | 80 | u8 brg; |
82 | uint dp_addr; | 81 | uint dp_addr; |
83 | void *mem_addr; | 82 | void *mem_addr; |
84 | dma_addr_t dma_addr; | 83 | dma_addr_t dma_addr; |
85 | u32 mem_size; | 84 | u32 mem_size; |
86 | /* helpers */ | ||
87 | int baud; | ||
88 | int bits; | ||
89 | /* Keep track of 'odd' SMC2 wirings */ | ||
90 | int is_portb; | ||
91 | /* wait on close if needed */ | 85 | /* wait on close if needed */ |
92 | int wait_closing; | 86 | int wait_closing; |
93 | /* value to combine with opcode to form cpm command */ | 87 | /* value to combine with opcode to form cpm command */ |