diff options
Diffstat (limited to 'drivers/usb/class/cdc-acm.h')
| -rw-r--r-- | drivers/usb/class/cdc-acm.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/class/cdc-acm.h b/drivers/usb/class/cdc-acm.h index b4ea54dbf32..7282d1f4912 100644 --- a/drivers/usb/class/cdc-acm.h +++ b/drivers/usb/class/cdc-acm.h @@ -112,7 +112,6 @@ struct acm {  	struct mutex mutex;  	struct usb_cdc_line_coding line;		/* bits, stop, parity */  	struct work_struct work;			/* work queue entry for line discipline waking up */ -	wait_queue_head_t drain_wait;			/* close processing */  	struct tasklet_struct urb_task;                 /* rx processing */  	spinlock_t throttle_lock;			/* synchronize throtteling and read callback */  	unsigned int ctrlin;				/* input control lines (DCD, DSR, RI, break, overruns) */  |