[PATCH] USBATM: remove .owner
Remove the unused .owner field in struct usbatm_driver. Signed-off-by: Duncan Sands <baldrick@free.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
35644b0cce
commit
0dfcd3e444
@ -833,7 +833,6 @@ static const struct usb_device_id cxacru_usb_ids[] = {
|
||||
MODULE_DEVICE_TABLE(usb, cxacru_usb_ids);
|
||||
|
||||
static struct usbatm_driver cxacru_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.driver_name = cxacru_driver_name,
|
||||
.bind = cxacru_bind,
|
||||
.heavy_init = cxacru_heavy_init,
|
||||
|
Reference in New Issue
Block a user