diff options
| author | 2013-11-01 11:16:43 +0100 | |
|---|---|---|
| committer | 2013-11-02 02:02:02 -0400 | |
| commit | de5bee2720776989060b9686e6a89e938a346345 (patch) | |
| tree | 9223f52960c431a7f34ca3aa6d426de9c817405a /include | |
| parent | net: cdc_ncm: remove redundant netdev field (diff) | |
| download | linux-dev-de5bee2720776989060b9686e6a89e938a346345.tar.xz linux-dev-de5bee2720776989060b9686e6a89e938a346345.zip | |
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')
| -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 { 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; |
