usb: remove use of __devexit
[linux-2.6-block.git] / drivers / usb / host / ehci-s5p.c
index 2cf19d1ab4bfd804a16f5079b8c59dc9a1798108..319dcfaa8735f6446891984ab8af65f64d57be5b 100644 (file)
@@ -189,7 +189,7 @@ fail_clk:
        return err;
 }
 
-static int __devexit s5p_ehci_remove(struct platform_device *pdev)
+static int s5p_ehci_remove(struct platform_device *pdev)
 {
        struct s5p_ehci_platdata *pdata = pdev->dev.platform_data;
        struct s5p_ehci_hcd *s5p_ehci = platform_get_drvdata(pdev);