usb: remove use of __devexit
[linux-2.6-block.git] / drivers / usb / host / ohci-exynos.c
index 1288cdb3137cb28f6f74d4ed88d100010281a64e..aa3b8844bb9fd7dfaf7e8a08322a80a500420d8f 100644 (file)
@@ -175,7 +175,7 @@ fail_clk:
        return err;
 }
 
-static int __devexit exynos_ohci_remove(struct platform_device *pdev)
+static int exynos_ohci_remove(struct platform_device *pdev)
 {
        struct exynos4_ohci_platdata *pdata = pdev->dev.platform_data;
        struct exynos_ohci_hcd *exynos_ohci = platform_get_drvdata(pdev);