diff options
Diffstat (limited to 'drivers/usb/host/ohci-nxp.c')
-rw-r--r-- | drivers/usb/host/ohci-nxp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-nxp.c b/drivers/usb/host/ohci-nxp.c index ba180ed0f81c..d9f0481d7258 100644 --- a/drivers/usb/host/ohci-nxp.c +++ b/drivers/usb/host/ohci-nxp.c | |||
@@ -322,7 +322,6 @@ MODULE_DEVICE_TABLE(of, ohci_hcd_nxp_match); | |||
322 | static struct platform_driver ohci_hcd_nxp_driver = { | 322 | static struct platform_driver ohci_hcd_nxp_driver = { |
323 | .driver = { | 323 | .driver = { |
324 | .name = "usb-ohci", | 324 | .name = "usb-ohci", |
325 | .owner = THIS_MODULE, | ||
326 | .of_match_table = of_match_ptr(ohci_hcd_nxp_match), | 325 | .of_match_table = of_match_ptr(ohci_hcd_nxp_match), |
327 | }, | 326 | }, |
328 | .probe = ohci_hcd_nxp_probe, | 327 | .probe = ohci_hcd_nxp_probe, |