usb: remove use of __devexit
[linux-2.6-block.git] / drivers / usb / host / ohci-jz4740.c
index 59feb873813234ef45a28c680ba56d979072297d..8062bb9dea16eaeeeeda7c274bf8abd95f593fd1 100644 (file)
@@ -239,7 +239,7 @@ err_free:
        return ret;
 }
 
-static __devexit int jz4740_ohci_remove(struct platform_device *pdev)
+static int jz4740_ohci_remove(struct platform_device *pdev)
 {
        struct usb_hcd *hcd = platform_get_drvdata(pdev);
        struct jz4740_ohci_hcd *jz4740_ohci = hcd_to_jz4740_hcd(hcd);