diff options
Diffstat (limited to 'drivers/usb/chipidea/core.c')
| -rw-r--r-- | drivers/usb/chipidea/core.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c index f69d029b460..46f23f226ae 100644 --- a/drivers/usb/chipidea/core.c +++ b/drivers/usb/chipidea/core.c @@ -523,7 +523,7 @@ static int __devexit ci_hdrc_remove(struct platform_device *pdev)  static struct platform_driver ci_hdrc_driver = {  	.probe	= ci_hdrc_probe, -	.remove	= __devexit_p(ci_hdrc_remove), +	.remove	= ci_hdrc_remove,  	.driver	= {  		.name	= "ci_hdrc",  	},  |