diff options
Diffstat (limited to 'drivers/usb/serial/io_ti.c')
-rw-r--r-- | drivers/usb/serial/io_ti.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/serial/io_ti.c b/drivers/usb/serial/io_ti.c index aa876f71f228..2e3d0acbc389 100644 --- a/drivers/usb/serial/io_ti.c +++ b/drivers/usb/serial/io_ti.c | |||
@@ -56,10 +56,6 @@ | |||
56 | #define EPROM_PAGE_SIZE 64 | 56 | #define EPROM_PAGE_SIZE 64 |
57 | 57 | ||
58 | 58 | ||
59 | struct edgeport_uart_buf_desc { | ||
60 | __u32 count; /* Number of bytes currently in buffer */ | ||
61 | }; | ||
62 | |||
63 | /* different hardware types */ | 59 | /* different hardware types */ |
64 | #define HARDWARE_TYPE_930 0 | 60 | #define HARDWARE_TYPE_930 0 |
65 | #define HARDWARE_TYPE_TIUMP 1 | 61 | #define HARDWARE_TYPE_TIUMP 1 |
@@ -108,7 +104,6 @@ struct edgeport_port { | |||
108 | int baud_rate; | 104 | int baud_rate; |
109 | int close_pending; | 105 | int close_pending; |
110 | int lsr_event; | 106 | int lsr_event; |
111 | struct edgeport_uart_buf_desc tx; | ||
112 | struct async_icount icount; | 107 | struct async_icount icount; |
113 | wait_queue_head_t delta_msr_wait; /* for handling sleeping while | 108 | wait_queue_head_t delta_msr_wait; /* for handling sleeping while |
114 | waiting for msr change to | 109 | waiting for msr change to |