diff options
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/cdc_ncm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/usb/cdc_ncm.h b/include/linux/usb/cdc_ncm.h index 89b52a0fe4b9..cad54ad4ad12 100644 --- a/include/linux/usb/cdc_ncm.h +++ b/include/linux/usb/cdc_ncm.h | |||
| @@ -92,9 +92,7 @@ struct cdc_ncm_ctx { | |||
| 92 | struct tasklet_struct bh; | 92 | struct tasklet_struct bh; |
| 93 | 93 | ||
| 94 | const struct usb_cdc_ncm_desc *func_desc; | 94 | const struct usb_cdc_ncm_desc *func_desc; |
| 95 | const struct usb_cdc_mbim_desc *mbim_desc; | 95 | const struct usb_cdc_mbim_desc *mbim_desc; |
| 96 | const struct usb_cdc_header_desc *header_desc; | ||
| 97 | const struct usb_cdc_union_desc *union_desc; | ||
| 98 | const struct usb_cdc_ether_desc *ether_desc; | 96 | const struct usb_cdc_ether_desc *ether_desc; |
| 99 | 97 | ||
| 100 | struct usb_interface *control; | 98 | struct usb_interface *control; |
