net: cdc_ncm: remove descriptor pointers
header_desc was completely unused and union_desc was never used outside cdc_ncm_bind_common. Cc: Alexey Orishko <alexey.orishko@gmail.com> Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
1b5287a7ab
commit
832922362e
@@ -92,9 +92,7 @@ struct cdc_ncm_ctx {
|
||||
struct tasklet_struct bh;
|
||||
|
||||
const struct usb_cdc_ncm_desc *func_desc;
|
||||
const struct usb_cdc_mbim_desc *mbim_desc;
|
||||
const struct usb_cdc_header_desc *header_desc;
|
||||
const struct usb_cdc_union_desc *union_desc;
|
||||
const struct usb_cdc_mbim_desc *mbim_desc;
|
||||
const struct usb_cdc_ether_desc *ether_desc;
|
||||
|
||||
struct usb_interface *control;
|
||||
|
Reference in New Issue
Block a user