diff options
Diffstat (limited to 'drivers/usb/host/ehci-w90x900.c')
-rw-r--r-- | drivers/usb/host/ehci-w90x900.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-w90x900.c b/drivers/usb/host/ehci-w90x900.c index fdd7c4873cf2..7bcb8b2863de 100644 --- a/drivers/usb/host/ehci-w90x900.c +++ b/drivers/usb/host/ehci-w90x900.c | |||
@@ -166,7 +166,7 @@ static int __devexit ehci_w90x900_remove(struct platform_device *pdev) | |||
166 | 166 | ||
167 | static struct platform_driver ehci_hcd_w90x900_driver = { | 167 | static struct platform_driver ehci_hcd_w90x900_driver = { |
168 | .probe = ehci_w90x900_probe, | 168 | .probe = ehci_w90x900_probe, |
169 | .remove = __devexit_p(ehci_w90x900_remove), | 169 | .remove = ehci_w90x900_remove, |
170 | .driver = { | 170 | .driver = { |
171 | .name = "w90x900-ehci", | 171 | .name = "w90x900-ehci", |
172 | .owner = THIS_MODULE, | 172 | .owner = THIS_MODULE, |