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