summaryrefslogtreecommitdiff
path: root/include/linux/usb
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2013-11-01 11:16:43 +0100
committerDavid S. Miller <davem@davemloft.net>2013-11-02 02:02:02 -0400
commitde5bee2720776989060b9686e6a89e938a346345 (patch)
tree9223f52960c431a7f34ca3aa6d426de9c817405a /include/linux/usb
parentbed6f762123fc53c63efef386531dd877cba2468 (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/usb')
-rw-r--r--include/linux/usb/cdc_ncm.h1
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 {
const struct usb_cdc_union_desc *union_desc;
const struct usb_cdc_ether_desc *ether_desc;
- struct usb_device *udev;
struct usb_interface *control;
struct usb_interface *data;