usb: remove use of __devexit
[linux-2.6-block.git] / drivers / usb / gadget / fsl_qe_udc.c
index b13bc73f56b9d90c8013cd50181d5c81e288d6e0..ec50f18c889000384d2ea5a817b8b7b193ca2394 100644 (file)
@@ -2651,7 +2651,7 @@ static int qe_udc_resume(struct platform_device *dev)
 }
 #endif
 
-static int __devexit qe_udc_remove(struct platform_device *ofdev)
+static int qe_udc_remove(struct platform_device *ofdev)
 {
        struct qe_udc *udc = dev_get_drvdata(&ofdev->dev);
        struct qe_ep *ep;