diff options
Diffstat (limited to 'drivers/usb/host/ohci-tmio.c')
-rw-r--r-- | drivers/usb/host/ohci-tmio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-tmio.c b/drivers/usb/host/ohci-tmio.c index 2c9ab8f126d4..94c6c550a953 100644 --- a/drivers/usb/host/ohci-tmio.c +++ b/drivers/usb/host/ohci-tmio.c | |||
@@ -363,7 +363,7 @@ static int ohci_hcd_tmio_drv_resume(struct platform_device *dev) | |||
363 | 363 | ||
364 | static struct platform_driver ohci_hcd_tmio_driver = { | 364 | static struct platform_driver ohci_hcd_tmio_driver = { |
365 | .probe = ohci_hcd_tmio_drv_probe, | 365 | .probe = ohci_hcd_tmio_drv_probe, |
366 | .remove = __devexit_p(ohci_hcd_tmio_drv_remove), | 366 | .remove = ohci_hcd_tmio_drv_remove, |
367 | .shutdown = usb_hcd_platform_shutdown, | 367 | .shutdown = usb_hcd_platform_shutdown, |
368 | .suspend = ohci_hcd_tmio_drv_suspend, | 368 | .suspend = ohci_hcd_tmio_drv_suspend, |
369 | .resume = ohci_hcd_tmio_drv_resume, | 369 | .resume = ohci_hcd_tmio_drv_resume, |