[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:
@@ -152,7 +152,6 @@ static struct usb_device_id usb_ipw_ids[] = {
|
||||
MODULE_DEVICE_TABLE(usb, usb_ipw_ids);
|
||||
|
||||
static struct usb_driver usb_ipw_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "ipwtty",
|
||||
.probe = usb_serial_probe,
|
||||
.disconnect = usb_serial_disconnect,
|
||||
|
Reference in New Issue
Block a user