projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b04ec4
)
serial: cpu_uart: Remove unused uart_cpm_port fields
author
Baurzhan Ismagulov
<
[email protected]
>
Thu, 11 Nov 2010 09:54:58 +0000
(10:54 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 11 Nov 2010 19:35:59 +0000
(11:35 -0800)
AFAICT, these fields are not used anywhere.
Signed-off-by: Baurzhan Ismagulov <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/serial/cpm_uart/cpm_uart.h
patch
|
blob
|
history
diff --git
a/drivers/serial/cpm_uart/cpm_uart.h
b/drivers/serial/cpm_uart/cpm_uart.h
index 7274b527a3c1737a248cdafb77edb0fd17c14bb9..b754dcf0fda5317624da6804dee392fa3b487a9a 100644
(file)
--- 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 */