usb: remove use of __devexit
[linux-block.git] / drivers / usb / gadget / bcm63xx_udc.c
index 18eff74e33602e2d56445802a3f0c0e6a7bdc4a1..47a49931361eecd151fffdceb061d0987e712526 100644 (file)
@@ -2433,7 +2433,7 @@ out_uninit:
  * bcm63xx_udc_remove - Remove the device from the system.
  * @pdev: Platform device struct from the bcm63xx BSP code.
  */
-static int __devexit bcm63xx_udc_remove(struct platform_device *pdev)
+static int bcm63xx_udc_remove(struct platform_device *pdev)
 {
        struct bcm63xx_udc *udc = platform_get_drvdata(pdev);