PCI: imx6: Probe in module_init(), not fs_initcall()
authorLucas Stach <l.stach@pengutronix.de>
Fri, 5 Sep 2014 15:36:48 +0000 (09:36 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 5 Sep 2014 15:36:48 +0000 (09:36 -0600)
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 <l.stach@pengutronix.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Richard Zhu <r65037@freescale.com>
drivers/pci/host/pci-imx6.c

Simple merge