Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4403807 authored by Peter Chen's avatar Peter Chen Committed by Felipe Balbi
Browse files

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: default avatarPeter Chen <peter.chen@freescale.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 880ce065
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1359,7 +1359,7 @@ static int __exit fusb300_remove(struct platform_device *pdev)
	return 0;
	return 0;
}
}


static int __init fusb300_probe(struct platform_device *pdev)
static int fusb300_probe(struct platform_device *pdev)
{
{
	struct resource *res, *ires, *ires1;
	struct resource *res, *ires, *ires1;
	void __iomem *reg = NULL;
	void __iomem *reg = NULL;