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/fusb300_udc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/gadget/fusb300_udc.c b/drivers/usb/gadget/fusb300_udc.c
index 6423f18..90d2836 100644
--- a/drivers/usb/gadget/fusb300_udc.c
+++ b/drivers/usb/gadget/fusb300_udc.c
@@ -1359,7 +1359,7 @@ static int __exit fusb300_remove(struct platform_device 
*pdev)
        return 0;
 }
 
-static int __init fusb300_probe(struct platform_device *pdev)
+static int fusb300_probe(struct platform_device *pdev)
 {
        struct resource *res, *ires, *ires1;
        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