diff options
Diffstat (limited to 'drivers/mfd/omap-usb-host.c')
-rw-r--r-- | drivers/mfd/omap-usb-host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c index fc23dfbb6910..29b8ed21213e 100644 --- a/drivers/mfd/omap-usb-host.c +++ b/drivers/mfd/omap-usb-host.c | |||
@@ -652,7 +652,7 @@ end_probe: | |||
652 | * | 652 | * |
653 | * Reverses the effect of usbhs_omap_probe(). | 653 | * Reverses the effect of usbhs_omap_probe(). |
654 | */ | 654 | */ |
655 | static int __devexit usbhs_omap_remove(struct platform_device *pdev) | 655 | static int usbhs_omap_remove(struct platform_device *pdev) |
656 | { | 656 | { |
657 | struct usbhs_hcd_omap *omap = platform_get_drvdata(pdev); | 657 | struct usbhs_hcd_omap *omap = platform_get_drvdata(pdev); |
658 | 658 | ||