aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg/ab8500-usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/otg/ab8500-usb.c')
-rw-r--r--drivers/usb/otg/ab8500-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/otg/ab8500-usb.c b/drivers/usb/otg/ab8500-usb.c
index ae8ad561f08..62ea0c23c45 100644
--- a/drivers/usb/otg/ab8500-usb.c
+++ b/drivers/usb/otg/ab8500-usb.c
@@ -571,7 +571,7 @@ static int __devexit ab8500_usb_remove(struct platform_device *pdev)
571 571
572static struct platform_driver ab8500_usb_driver = { 572static struct platform_driver ab8500_usb_driver = {
573 .probe = ab8500_usb_probe, 573 .probe = ab8500_usb_probe,
574 .remove = __devexit_p(ab8500_usb_remove), 574 .remove = ab8500_usb_remove,
575 .driver = { 575 .driver = {
576 .name = "ab8500-usb", 576 .name = "ab8500-usb",
577 .owner = THIS_MODULE, 577 .owner = THIS_MODULE,