diff options
Diffstat (limited to 'drivers/usb/host/isp1760-if.c')
| -rw-r--r-- | drivers/usb/host/isp1760-if.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/isp1760-if.c b/drivers/usb/host/isp1760-if.c index 3fa3a170279..d4feebfc63b 100644 --- a/drivers/usb/host/isp1760-if.c +++ b/drivers/usb/host/isp1760-if.c @@ -361,7 +361,7 @@ static int __devexit isp1760_plat_remove(struct platform_device *pdev)  static struct platform_driver isp1760_plat_driver = {  	.probe	= isp1760_plat_probe, -	.remove	= isp1760_plat_remove, +	.remove	= __devexit_p(isp1760_plat_remove),  	.driver	= {  		.name	= "isp1760",  	},  |