diff options
Diffstat (limited to 'drivers/usb/host/ohci-at91.c')
-rw-r--r-- | drivers/usb/host/ohci-at91.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c index e49eb4f90f5d..1a4ea93e620d 100644 --- a/drivers/usb/host/ohci-at91.c +++ b/drivers/usb/host/ohci-at91.c | |||
@@ -664,7 +664,6 @@ static struct platform_driver ohci_hcd_at91_driver = { | |||
664 | .resume = ohci_hcd_at91_drv_resume, | 664 | .resume = ohci_hcd_at91_drv_resume, |
665 | .driver = { | 665 | .driver = { |
666 | .name = "at91_ohci", | 666 | .name = "at91_ohci", |
667 | .owner = THIS_MODULE, | ||
668 | .of_match_table = of_match_ptr(at91_ohci_dt_ids), | 667 | .of_match_table = of_match_ptr(at91_ohci_dt_ids), |
669 | }, | 668 | }, |
670 | }; | 669 | }; |