usb: remove use of __devexit
[linux-2.6-block.git] / drivers / usb / otg / nop-usb-xceiv.c
index 28f70e21ad618bf2d3dee41981c6bcc91f591e83..a3ce24b94a73b1ee4bd43a1cbbcb2483c5bddeaf 100644 (file)
@@ -141,7 +141,7 @@ exit:
        return err;
 }
 
-static int __devexit nop_usb_xceiv_remove(struct platform_device *pdev)
+static int nop_usb_xceiv_remove(struct platform_device *pdev)
 {
        struct nop_usb_xceiv *nop = platform_get_drvdata(pdev);