diff options
Diffstat (limited to 'drivers/usb/host/ehci-orion.c')
-rw-r--r-- | drivers/usb/host/ehci-orion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci-orion.c b/drivers/usb/host/ehci-orion.c index 914a3ecfb5d3..38c45fb3357e 100644 --- a/drivers/usb/host/ehci-orion.c +++ b/drivers/usb/host/ehci-orion.c | |||
@@ -305,7 +305,7 @@ err1: | |||
305 | return err; | 305 | return err; |
306 | } | 306 | } |
307 | 307 | ||
308 | static int __exit ehci_orion_drv_remove(struct platform_device *pdev) | 308 | static int ehci_orion_drv_remove(struct platform_device *pdev) |
309 | { | 309 | { |
310 | struct usb_hcd *hcd = platform_get_drvdata(pdev); | 310 | struct usb_hcd *hcd = platform_get_drvdata(pdev); |
311 | struct clk *clk; | 311 | struct clk *clk; |
@@ -333,7 +333,7 @@ MODULE_DEVICE_TABLE(of, ehci_orion_dt_ids); | |||
333 | 333 | ||
334 | static struct platform_driver ehci_orion_driver = { | 334 | static struct platform_driver ehci_orion_driver = { |
335 | .probe = ehci_orion_drv_probe, | 335 | .probe = ehci_orion_drv_probe, |
336 | .remove = __exit_p(ehci_orion_drv_remove), | 336 | .remove = ehci_orion_drv_remove, |
337 | .shutdown = usb_hcd_platform_shutdown, | 337 | .shutdown = usb_hcd_platform_shutdown, |
338 | .driver = { | 338 | .driver = { |
339 | .name = "orion-ehci", | 339 | .name = "orion-ehci", |