提交 a3a30f10 编写于 作者: J Johan Hovold 提交者: Greg Kroah-Hartman

USB: io_ti: remove unsused private counter

Signed-off-by: NJohan Hovold <jhovold@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 074ef65a
...@@ -56,10 +56,6 @@ ...@@ -56,10 +56,6 @@
#define EPROM_PAGE_SIZE 64 #define EPROM_PAGE_SIZE 64
struct edgeport_uart_buf_desc {
__u32 count; /* Number of bytes currently in buffer */
};
/* different hardware types */ /* different hardware types */
#define HARDWARE_TYPE_930 0 #define HARDWARE_TYPE_930 0
#define HARDWARE_TYPE_TIUMP 1 #define HARDWARE_TYPE_TIUMP 1
...@@ -108,7 +104,6 @@ struct edgeport_port { ...@@ -108,7 +104,6 @@ struct edgeport_port {
int baud_rate; int baud_rate;
int close_pending; int close_pending;
int lsr_event; int lsr_event;
struct edgeport_uart_buf_desc tx;
struct async_icount icount; struct async_icount icount;
wait_queue_head_t delta_msr_wait; /* for handling sleeping while wait_queue_head_t delta_msr_wait; /* for handling sleeping while
waiting for msr change to waiting for msr change to
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册