From: Lucas Stach Date: Fri, 5 Sep 2014 15:36:48 +0000 (-0600) Subject: PCI: imx6: Probe in module_init(), not fs_initcall() X-Git-Tag: omap-for-v3.19/prcm-cleanup~136^2~14^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61da50da903fdfc00b40f3b3e3abeca7ae51b591;p=pandora-kernel.git PCI: imx6: Probe in module_init(), not fs_initcall() This effectively reverts f216f57ffe6e ("PCI: imx6: Probe the PCIe in fs_initcall()") as the resource allocation issue that prevented the driver from working properly at module_initcall level is now fixed in pcie-designware.c. Signed-off-by: Lucas Stach Signed-off-by: Bjorn Helgaas Acked-by: Richard Zhu --- Reading git-diff-tree failed