diff options
Diffstat (limited to 'drivers/mfd/omap-usb-tll.c')
-rw-r--r-- | drivers/mfd/omap-usb-tll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/omap-usb-tll.c b/drivers/mfd/omap-usb-tll.c index 0b586885446b..401b976e3aff 100644 --- a/drivers/mfd/omap-usb-tll.c +++ b/drivers/mfd/omap-usb-tll.c | |||
@@ -348,7 +348,7 @@ end: | |||
348 | * | 348 | * |
349 | * Reverses the effect of usbtll_omap_probe(). | 349 | * Reverses the effect of usbtll_omap_probe(). |
350 | */ | 350 | */ |
351 | static int __devexit usbtll_omap_remove(struct platform_device *pdev) | 351 | static int usbtll_omap_remove(struct platform_device *pdev) |
352 | { | 352 | { |
353 | struct usbtll_omap *tll = platform_get_drvdata(pdev); | 353 | struct usbtll_omap *tll = platform_get_drvdata(pdev); |
354 | 354 | ||