diff options
author | Johan Hovold <jhovold@gmail.com> | 2011-03-22 06:12:20 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-13 19:18:30 -0400 |
commit | 6fb6b8846458afb7b5689f86cf35705c40eb70e5 (patch) | |
tree | 3f1ac0d7be1f927849154ec19d7fe21bedf44951 /drivers/usb/class/cdc-acm.h | |
parent | 3a42610812c55e8a60e2660e01c6cb6eb01d4171 (diff) |
USB: cdc-acm: remove unused drain-delay code
The drain-delay code is no longer used, so remove it.
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 b4ea54dbf323..7282d1f4912b 100644 --- a/drivers/usb/class/cdc-acm.h +++ b/drivers/usb/class/cdc-acm.h | |||
@@ -112,7 +112,6 @@ struct acm { | |||
112 | struct mutex mutex; | 112 | struct mutex mutex; |
113 | struct usb_cdc_line_coding line; /* bits, stop, parity */ | 113 | struct usb_cdc_line_coding line; /* bits, stop, parity */ |
114 | struct work_struct work; /* work queue entry for line discipline waking up */ | 114 | struct work_struct work; /* work queue entry for line discipline waking up */ |
115 | wait_queue_head_t drain_wait; /* close processing */ | ||
116 | struct tasklet_struct urb_task; /* rx processing */ | 115 | struct tasklet_struct urb_task; /* rx processing */ |
117 | spinlock_t throttle_lock; /* synchronize throtteling and read callback */ | 116 | spinlock_t throttle_lock; /* synchronize throtteling and read callback */ |
118 | unsigned int ctrlin; /* input control lines (DCD, DSR, RI, break, overruns) */ | 117 | unsigned int ctrlin; /* input control lines (DCD, DSR, RI, break, overruns) */ |