summary refs log tree commit diff
path: root/drivers/usb/phy/mv_u3d_phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/phy/mv_u3d_phy.c')
-rw-r--r--drivers/usb/phy/mv_u3d_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/mv_u3d_phy.c b/drivers/usb/phy/mv_u3d_phy.c
index 9f1c5d3c60ec..80cf57ef5502 100644
--- a/drivers/usb/phy/mv_u3d_phy.c
+++ b/drivers/usb/phy/mv_u3d_phy.c
@@ -331,7 +331,7 @@ static int __exit mv_u3d_phy_remove(struct platform_device *pdev)
 
 static struct platform_driver mv_u3d_phy_driver = {
 	.probe		= mv_u3d_phy_probe,
-	.remove		= __devexit_p(mv_u3d_phy_remove),
+	.remove		= mv_u3d_phy_remove,
 	.driver		= {
 		.name	= "mv-u3d-phy",
 		.owner	= THIS_MODULE,