diff options
Diffstat (limited to 'drivers/usb/host/ohci-jz4740.c')
-rw-r--r-- | drivers/usb/host/ohci-jz4740.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-jz4740.c b/drivers/usb/host/ohci-jz4740.c index 931d588c3fb5..b4921b713557 100644 --- a/drivers/usb/host/ohci-jz4740.c +++ b/drivers/usb/host/ohci-jz4740.c | |||
@@ -266,7 +266,7 @@ static __devexit int jz4740_ohci_remove(struct platform_device *pdev) | |||
266 | 266 | ||
267 | static struct platform_driver ohci_hcd_jz4740_driver = { | 267 | static struct platform_driver ohci_hcd_jz4740_driver = { |
268 | .probe = jz4740_ohci_probe, | 268 | .probe = jz4740_ohci_probe, |
269 | .remove = __devexit_p(jz4740_ohci_remove), | 269 | .remove = jz4740_ohci_remove, |
270 | .driver = { | 270 | .driver = { |
271 | .name = "jz4740-ohci", | 271 | .name = "jz4740-ohci", |
272 | .owner = THIS_MODULE, | 272 | .owner = THIS_MODULE, |