diff options
-rw-r--r-- | arch/sh/drivers/pci/pcie-sh7786.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/drivers/pci/pcie-sh7786.c b/arch/sh/drivers/pci/pcie-sh7786.c index ada2e6926f00..4418f9070ed1 100644 --- a/arch/sh/drivers/pci/pcie-sh7786.c +++ b/arch/sh/drivers/pci/pcie-sh7786.c | |||
@@ -571,6 +571,8 @@ static int __init sh7786_pcie_init(void) | |||
571 | async_schedule(sh7786_pcie_hwops->port_init_hw, port); | 571 | async_schedule(sh7786_pcie_hwops->port_init_hw, port); |
572 | } | 572 | } |
573 | 573 | ||
574 | async_synchronize_full(); | ||
575 | |||
574 | return 0; | 576 | return 0; |
575 | } | 577 | } |
576 | arch_initcall(sh7786_pcie_init); | 578 | arch_initcall(sh7786_pcie_init); |