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

usb: gadget: m66592-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 b1a7c4f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;
	struct resource *res, *ires;
	void __iomem *reg = NULL;
	void __iomem *reg = NULL;