aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaurzhan Ismagulov <ibr@radix50.net>2010-11-11 10:54:58 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-11 11:35:59 -0800
commit2adc2917ce4bfb482a6e3c05ff543cef151c9830 (patch)
tree88316af96967ea479e709e61687f5c3f86d6297b
parent5b04ec4ad8e2ffdc9d1f27fd6eb5118e919bc87d (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>
-rw-r--r--drivers/serial/cpm_uart/cpm_uart.h6
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 7274b527a3c..b754dcf0fda 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 {
unsigned char *tx_buf;
unsigned char *rx_buf;
u32 flags;
- void (*set_lineif)(struct uart_cpm_port *);
struct clk *clk;
u8 brg;
uint dp_addr;
void *mem_addr;
dma_addr_t dma_addr;
u32 mem_size;
- /* helpers */
- int baud;
- int bits;
- /* Keep track of 'odd' SMC2 wirings */
- int is_portb;
/* wait on close if needed */
int wait_closing;
/* value to combine with opcode to form cpm command */