diff options
Diffstat (limited to 'arch/x86/pci/init.c')
-rw-r--r-- | arch/x86/pci/init.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/pci/init.c b/arch/x86/pci/init.c index 3de9f9ba2da6..2080b04b3bcc 100644 --- a/arch/x86/pci/init.c +++ b/arch/x86/pci/init.c | |||
@@ -11,9 +11,7 @@ static __init int pci_access_init(void) | |||
11 | #ifdef CONFIG_PCI_DIRECT | 11 | #ifdef CONFIG_PCI_DIRECT |
12 | type = pci_direct_probe(); | 12 | type = pci_direct_probe(); |
13 | #endif | 13 | #endif |
14 | #ifdef CONFIG_PCI_MMCONFIG | 14 | pci_mmcfg_early_init(type); |
15 | pci_mmcfg_init(type); | ||
16 | #endif | ||
17 | if (raw_pci_ops) | 15 | if (raw_pci_ops) |
18 | return 0; | 16 | return 0; |
19 | #ifdef CONFIG_PCI_BIOS | 17 | #ifdef CONFIG_PCI_BIOS |