usb: remove use of __devexit
[linux-block.git] / drivers / usb / host / u132-hcd.c
index 8bf78e652a8aab6266dc9410593e323ada118d8b..5efdffe3236572e4f7b3141a6a8ab5f4fb95d721 100644 (file)
@@ -2990,7 +2990,7 @@ static struct hc_driver u132_hc_driver = {
 * synchronously - but instead should immediately stop activity to the
 * device and asynchronously call usb_remove_hcd()
 */
-static int __devexit u132_remove(struct platform_device *pdev)
+static int u132_remove(struct platform_device *pdev)
 {
        struct usb_hcd *hcd = platform_get_drvdata(pdev);
        if (hcd) {