Skip to content

Commit

Permalink
USB: io_ti: remove unsused private counter
Browse files Browse the repository at this point in the history
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed May 20, 2010
1 parent 074ef65 commit a3a30f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/usb/serial/io_ti.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@
#define EPROM_PAGE_SIZE 64


struct edgeport_uart_buf_desc {
__u32 count; /* Number of bytes currently in buffer */
};

/* different hardware types */
#define HARDWARE_TYPE_930 0
#define HARDWARE_TYPE_TIUMP 1
Expand Down Expand Up @@ -108,7 +104,6 @@ struct edgeport_port {
int baud_rate;
int close_pending;
int lsr_event;
struct edgeport_uart_buf_desc tx;
struct async_icount icount;
wait_queue_head_t delta_msr_wait; /* for handling sleeping while
waiting for msr change to
Expand Down

0 comments on commit a3a30f1

Please sign in to comment.