diff options
Diffstat (limited to 'drivers/usb/host/ohci-platform.c')
-rw-r--r-- | drivers/usb/host/ohci-platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-platform.c b/drivers/usb/host/ohci-platform.c index bda4e0bb8ab..ffe6c980847 100644 --- a/drivers/usb/host/ohci-platform.c +++ b/drivers/usb/host/ohci-platform.c | |||
@@ -214,7 +214,7 @@ static const struct dev_pm_ops ohci_platform_pm_ops = { | |||
214 | static struct platform_driver ohci_platform_driver = { | 214 | static struct platform_driver ohci_platform_driver = { |
215 | .id_table = ohci_platform_table, | 215 | .id_table = ohci_platform_table, |
216 | .probe = ohci_platform_probe, | 216 | .probe = ohci_platform_probe, |
217 | .remove = __devexit_p(ohci_platform_remove), | 217 | .remove = ohci_platform_remove, |
218 | .shutdown = usb_hcd_platform_shutdown, | 218 | .shutdown = usb_hcd_platform_shutdown, |
219 | .driver = { | 219 | .driver = { |
220 | .owner = THIS_MODULE, | 220 | .owner = THIS_MODULE, |