Message ID | 20181110054846.GA16550@lkp-hsx03 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | usb: host: fix platform_no_drv_owner.cocci warnings | expand |
--- a/drivers/usb/host/ehci-brcm.c +++ b/drivers/usb/host/ehci-brcm.c @@ -255,7 +255,6 @@ static struct platform_driver ehci_brcm_ .remove = ehci_brcm_remove, .shutdown = usb_hcd_platform_shutdown, .driver = { - .owner = THIS_MODULE, .name = "ehci-brcm", .pm = &ehci_brcm_pm_ops, .of_match_table = brcm_ehci_of_match,