提交 c4403807 编写于 作者: P Peter Chen 提交者: Felipe Balbi

usb: gadget: fusb300_udc: delete __init marker for probe

The probe function may be probed deferal and called after .init
section has freed.
Signed-off-by: NPeter Chen <peter.chen@freescale.com>
Signed-off-by: NFelipe Balbi <balbi@ti.com>
上级 880ce065
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册