usb: remove use of __devexit
[linux-block.git] / drivers / usb / musb / omap2430.c
index 06850f22739f6be1bd01502519ca58f95cf82e3d..da00af46079469df59bc2babd1bf39f1a48b885a 100644 (file)
@@ -605,7 +605,7 @@ err0:
        return ret;
 }
 
-static int __devexit omap2430_remove(struct platform_device *pdev)
+static int omap2430_remove(struct platform_device *pdev)
 {
        struct omap2430_glue            *glue = platform_get_drvdata(pdev);