usb: remove use of __devexit
[linux-block.git] / drivers / usb / host / ohci-s3c2410.c
index 4f29e0b086b31f1c1c60816855fed3a9879e6484..ad0f552696035f01917481d9d4f48f46662fcea8 100644 (file)
@@ -463,7 +463,7 @@ static int ohci_hcd_s3c2410_drv_probe(struct platform_device *pdev)
        return usb_hcd_s3c2410_probe(&ohci_s3c2410_hc_driver, pdev);
 }
 
-static int __devexit ohci_hcd_s3c2410_drv_remove(struct platform_device *pdev)
+static int ohci_hcd_s3c2410_drv_remove(struct platform_device *pdev)
 {
        struct usb_hcd *hcd = platform_get_drvdata(pdev);