The probe function may be probed deferal and called after .init
section has freed.

Signed-off-by: Peter Chen <peter.c...@freescale.com>
---
 drivers/usb/gadget/m66592-udc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/gadget/m66592-udc.c b/drivers/usb/gadget/m66592-udc.c
index 8cae01d..5396b24 100644
--- a/drivers/usb/gadget/m66592-udc.c
+++ b/drivers/usb/gadget/m66592-udc.c
@@ -1553,7 +1553,7 @@ static void nop_completion(struct usb_ep *ep, struct 
usb_request *r)
 {
 }
 
-static int __init m66592_probe(struct platform_device *pdev)
+static int m66592_probe(struct platform_device *pdev)
 {
        struct resource *res, *ires;
        void __iomem *reg = NULL;
-- 
1.7.8

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to