|
@@ -561,7 +561,7 @@ static int __init imx6_pcie_init(void)
|
|
{
|
|
{
|
|
return platform_driver_probe(&imx6_pcie_driver, imx6_pcie_probe);
|
|
return platform_driver_probe(&imx6_pcie_driver, imx6_pcie_probe);
|
|
}
|
|
}
|
|
-module_init(imx6_pcie_init);
|
|
|
|
|
|
+fs_initcall(imx6_pcie_init);
|
|
|
|
|
|
MODULE_AUTHOR("Sean Cross <xobs@kosagi.com>");
|
|
MODULE_AUTHOR("Sean Cross <xobs@kosagi.com>");
|
|
MODULE_DESCRIPTION("Freescale i.MX6 PCIe host controller driver");
|
|
MODULE_DESCRIPTION("Freescale i.MX6 PCIe host controller driver");
|