diff options
Diffstat (limited to 'drivers/usb/host/fhci-hcd.c')
-rw-r--r-- | drivers/usb/host/fhci-hcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/fhci-hcd.c b/drivers/usb/host/fhci-hcd.c index a1a1ef521436..c6cebb96fd21 100644 --- a/drivers/usb/host/fhci-hcd.c +++ b/drivers/usb/host/fhci-hcd.c | |||
@@ -821,7 +821,6 @@ MODULE_DEVICE_TABLE(of, of_fhci_match); | |||
821 | static struct platform_driver of_fhci_driver = { | 821 | static struct platform_driver of_fhci_driver = { |
822 | .driver = { | 822 | .driver = { |
823 | .name = "fsl,usb-fhci", | 823 | .name = "fsl,usb-fhci", |
824 | .owner = THIS_MODULE, | ||
825 | .of_match_table = of_fhci_match, | 824 | .of_match_table = of_fhci_match, |
826 | }, | 825 | }, |
827 | .probe = of_fhci_probe, | 826 | .probe = of_fhci_probe, |