diff options
-rw-r--r-- | drivers/net/usb/usbnet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/usb/usbnet.h b/drivers/net/usb/usbnet.h index 29ab92e33e55..0b4bf09fc8b1 100644 --- a/drivers/net/usb/usbnet.h +++ b/drivers/net/usb/usbnet.h | |||
@@ -31,6 +31,7 @@ struct usbnet { | |||
31 | struct usb_interface *intf; | 31 | struct usb_interface *intf; |
32 | struct driver_info *driver_info; | 32 | struct driver_info *driver_info; |
33 | const char *driver_name; | 33 | const char *driver_name; |
34 | void *driver_priv; | ||
34 | wait_queue_head_t *wait; | 35 | wait_queue_head_t *wait; |
35 | struct mutex phy_mutex; | 36 | struct mutex phy_mutex; |
36 | unsigned char suspend_count; | 37 | unsigned char suspend_count; |