aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/rcar-phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/phy/rcar-phy.c')
-rw-r--r--drivers/usb/phy/rcar-phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/rcar-phy.c b/drivers/usb/phy/rcar-phy.c
index 792f505d630c..703a29586a7a 100644
--- a/drivers/usb/phy/rcar-phy.c
+++ b/drivers/usb/phy/rcar-phy.c
@@ -210,7 +210,7 @@ static struct platform_driver rcar_usb_phy_driver = {
210 .name = "rcar_usb_phy", 210 .name = "rcar_usb_phy",
211 }, 211 },
212 .probe = rcar_usb_phy_probe, 212 .probe = rcar_usb_phy_probe,
213 .remove = __devexit_p(rcar_usb_phy_remove), 213 .remove = rcar_usb_phy_remove,
214}; 214};
215 215
216module_platform_driver(rcar_usb_phy_driver); 216module_platform_driver(rcar_usb_phy_driver);