[PATCH] USB: remove .owner field from struct usb_driver
It is no longer needed, so let's remove it, saving a bit of memory. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
@@ -659,7 +659,6 @@ MODULE_DEVICE_TABLE(usb, speedtch_usb_ids);
|
||||
static int speedtch_usb_probe(struct usb_interface *, const struct usb_device_id *);
|
||||
|
||||
static struct usb_driver speedtch_usb_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = speedtch_driver_name,
|
||||
.probe = speedtch_usb_probe,
|
||||
.disconnect = usbatm_usb_disconnect,
|
||||
|
Reference in New Issue
Block a user