diff options
Diffstat (limited to 'drivers/usb/phy/rcar-phy.c')
| -rw-r--r-- | drivers/usb/phy/rcar-phy.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/rcar-phy.c b/drivers/usb/phy/rcar-phy.c index 792f505d630..703a29586a7 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 = {  		.name	= "rcar_usb_phy",  	},  	.probe		= rcar_usb_phy_probe, -	.remove		= __devexit_p(rcar_usb_phy_remove), +	.remove		= rcar_usb_phy_remove,  };  module_platform_driver(rcar_usb_phy_driver);  |