usbnet: add driver_priv pointer to 'struct usbnet'
[firefly-linux-kernel-4.4.55.git] / drivers / net / usb / usbnet.h
index 29ab92e33e55d41d236649b7c8b2fd69cd8bafde..0b4bf09fc8b150b19d3f88ea70fc619c9959beb6 100644 (file)
@@ -31,6 +31,7 @@ struct usbnet {
        struct usb_interface    *intf;
        struct driver_info      *driver_info;
        const char              *driver_name;
+       void                    *driver_priv;
        wait_queue_head_t       *wait;
        struct mutex            phy_mutex;
        unsigned char           suspend_count;