diff options
| author | Bjørn Mork <bjorn@mork.no> | 2013-11-01 06:16:43 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2013-11-02 02:02:02 -0400 |
| commit | de5bee2720776989060b9686e6a89e938a346345 (patch) | |
| tree | 9223f52960c431a7f34ca3aa6d426de9c817405a /include/linux | |
| parent | bed6f762123fc53c63efef386531dd877cba2468 (diff) | |
net: cdc_ncm: remove unused udev field
We already use the usbnet udev field everywhere this could have
been used.
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>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb/cdc_ncm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb/cdc_ncm.h b/include/linux/usb/cdc_ncm.h index 5c47bd9620d5..059dcc93c4d8 100644 --- a/include/linux/usb/cdc_ncm.h +++ b/include/linux/usb/cdc_ncm.h | |||
| @@ -98,7 +98,6 @@ struct cdc_ncm_ctx { | |||
| 98 | const struct usb_cdc_union_desc *union_desc; | 98 | const struct usb_cdc_union_desc *union_desc; |
| 99 | const struct usb_cdc_ether_desc *ether_desc; | 99 | const struct usb_cdc_ether_desc *ether_desc; |
| 100 | 100 | ||
| 101 | struct usb_device *udev; | ||
| 102 | struct usb_interface *control; | 101 | struct usb_interface *control; |
| 103 | struct usb_interface *data; | 102 | struct usb_interface *data; |
| 104 | 103 | ||
