diff options
Diffstat (limited to 'drivers/usb/host/u132-hcd.c')
-rw-r--r-- | drivers/usb/host/u132-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/u132-hcd.c b/drivers/usb/host/u132-hcd.c index 8bf78e652a8..5efdffe3236 100644 --- a/drivers/usb/host/u132-hcd.c +++ b/drivers/usb/host/u132-hcd.c | |||
@@ -2990,7 +2990,7 @@ static struct hc_driver u132_hc_driver = { | |||
2990 | * synchronously - but instead should immediately stop activity to the | 2990 | * synchronously - but instead should immediately stop activity to the |
2991 | * device and asynchronously call usb_remove_hcd() | 2991 | * device and asynchronously call usb_remove_hcd() |
2992 | */ | 2992 | */ |
2993 | static int __devexit u132_remove(struct platform_device *pdev) | 2993 | static int u132_remove(struct platform_device *pdev) |
2994 | { | 2994 | { |
2995 | struct usb_hcd *hcd = platform_get_drvdata(pdev); | 2995 | struct usb_hcd *hcd = platform_get_drvdata(pdev); |
2996 | if (hcd) { | 2996 | if (hcd) { |