aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp1760-if.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/isp1760-if.c')
-rw-r--r--drivers/usb/host/isp1760-if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/isp1760-if.c b/drivers/usb/host/isp1760-if.c
index 958379f9de7..5fb3caee770 100644
--- a/drivers/usb/host/isp1760-if.c
+++ b/drivers/usb/host/isp1760-if.c
@@ -432,7 +432,7 @@ static int __devexit isp1760_plat_remove(struct platform_device *pdev)
432 432
433static struct platform_driver isp1760_plat_driver = { 433static struct platform_driver isp1760_plat_driver = {
434 .probe = isp1760_plat_probe, 434 .probe = isp1760_plat_probe,
435 .remove = __devexit_p(isp1760_plat_remove), 435 .remove = isp1760_plat_remove,
436 .driver = { 436 .driver = {
437 .name = "isp1760", 437 .name = "isp1760",
438 }, 438 },