diff options
Diffstat (limited to 'drivers/usb/phy/mv_u3d_phy.c')
-rw-r--r-- | drivers/usb/phy/mv_u3d_phy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/phy/mv_u3d_phy.c b/drivers/usb/phy/mv_u3d_phy.c index 9f1c5d3c60ec..eaddbe3d4304 100644 --- a/drivers/usb/phy/mv_u3d_phy.c +++ b/drivers/usb/phy/mv_u3d_phy.c | |||
@@ -262,7 +262,7 @@ calstart: | |||
262 | return 0; | 262 | return 0; |
263 | } | 263 | } |
264 | 264 | ||
265 | static int __devinit mv_u3d_phy_probe(struct platform_device *pdev) | 265 | static int mv_u3d_phy_probe(struct platform_device *pdev) |
266 | { | 266 | { |
267 | struct mv_u3d_phy *mv_u3d_phy; | 267 | struct mv_u3d_phy *mv_u3d_phy; |
268 | struct mv_usb_platform_data *pdata; | 268 | struct mv_usb_platform_data *pdata; |
@@ -331,7 +331,7 @@ static int __exit mv_u3d_phy_remove(struct platform_device *pdev) | |||
331 | 331 | ||
332 | static struct platform_driver mv_u3d_phy_driver = { | 332 | static struct platform_driver mv_u3d_phy_driver = { |
333 | .probe = mv_u3d_phy_probe, | 333 | .probe = mv_u3d_phy_probe, |
334 | .remove = __devexit_p(mv_u3d_phy_remove), | 334 | .remove = mv_u3d_phy_remove, |
335 | .driver = { | 335 | .driver = { |
336 | .name = "mv-u3d-phy", | 336 | .name = "mv-u3d-phy", |
337 | .owner = THIS_MODULE, | 337 | .owner = THIS_MODULE, |