diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2016-11-18 13:10:19 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-21 05:36:15 -0500 |
commit | d305394ee8c4132bcea0bb36fd6a360a415376bf (patch) | |
tree | fc48a53e09c2f12e5b53e975509e384e3820353d /drivers/usb/class/cdc-acm.h | |
parent | 74bccc9b71dc41d37e73fcdbcbec85310a670751 (diff) |
cdc-acm: remove is_int_ep from acm structure
is_int_ep is used only in acm_probe, no need to store it in device data.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Acked-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 58ddd2509c5b..eca5a5f80a54 100644 --- a/drivers/usb/class/cdc-acm.h +++ b/drivers/usb/class/cdc-acm.h | |||
@@ -117,7 +117,6 @@ struct acm { | |||
117 | unsigned int ctrl_caps; /* control capabilities from the class specific header */ | 117 | unsigned int ctrl_caps; /* control capabilities from the class specific header */ |
118 | unsigned int susp_count; /* number of suspended interfaces */ | 118 | unsigned int susp_count; /* number of suspended interfaces */ |
119 | unsigned int combined_interfaces:1; /* control and data collapsed */ | 119 | unsigned int combined_interfaces:1; /* control and data collapsed */ |
120 | unsigned int is_int_ep:1; /* interrupt endpoints contrary to spec used */ | ||
121 | unsigned int throttled:1; /* actually throttled */ | 120 | unsigned int throttled:1; /* actually throttled */ |
122 | unsigned int throttle_req:1; /* throttle requested */ | 121 | unsigned int throttle_req:1; /* throttle requested */ |
123 | u8 bInterval; | 122 | u8 bInterval; |