usb: remove use of __devexit
[linux-2.6-block.git] / drivers / usb / gadget / omap_udc.c
index cbc07c117af0629f9603b83f031c85c648941778..9412bf53b864bd0d4d1f228b2d366e99d0c5b5f4 100644 (file)
@@ -2974,7 +2974,7 @@ cleanup0:
        return status;
 }
 
-static int __devexit omap_udc_remove(struct platform_device *pdev)
+static int omap_udc_remove(struct platform_device *pdev)
 {
        DECLARE_COMPLETION_ONSTACK(done);