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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5b04ec4ad8
commit
2adc2917ce
@@ -76,18 +76,12 @@ struct uart_cpm_port {
|
|||||||
unsigned char *tx_buf;
|
unsigned char *tx_buf;
|
||||||
unsigned char *rx_buf;
|
unsigned char *rx_buf;
|
||||||
u32 flags;
|
u32 flags;
|
||||||
void (*set_lineif)(struct uart_cpm_port *);
|
|
||||||
struct clk *clk;
|
struct clk *clk;
|
||||||
u8 brg;
|
u8 brg;
|
||||||
uint dp_addr;
|
uint dp_addr;
|
||||||
void *mem_addr;
|
void *mem_addr;
|
||||||
dma_addr_t dma_addr;
|
dma_addr_t dma_addr;
|
||||||
u32 mem_size;
|
u32 mem_size;
|
||||||
/* helpers */
|
|
||||||
int baud;
|
|
||||||
int bits;
|
|
||||||
/* Keep track of 'odd' SMC2 wirings */
|
|
||||||
int is_portb;
|
|
||||||
/* wait on close if needed */
|
/* wait on close if needed */
|
||||||
int wait_closing;
|
int wait_closing;
|
||||||
/* value to combine with opcode to form cpm command */
|
/* value to combine with opcode to form cpm command */
|
||||||
|
Reference in New Issue
Block a user