usb: remove use of __devexit
[linux-2.6-block.git] / drivers / usb / gadget / lpc32xx_udc.c
index 52ad15ce44acb8319698707849c28d595d02d96d..dd1c9b1fe528d7ab432c3938a8736e6dcc40f02b 100644 (file)
@@ -3352,7 +3352,7 @@ phy_fail:
        return retval;
 }
 
-static int __devexit lpc32xx_udc_remove(struct platform_device *pdev)
+static int lpc32xx_udc_remove(struct platform_device *pdev)
 {
        struct lpc32xx_udc *udc = platform_get_drvdata(pdev);