diff options
Diffstat (limited to 'arch/x86/kernel/x86_init.c')
-rw-r--r-- | arch/x86/kernel/x86_init.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c index ccd179dec36e..81faa6d67d69 100644 --- a/arch/x86/kernel/x86_init.c +++ b/arch/x86/kernel/x86_init.c | |||
@@ -7,6 +7,7 @@ | |||
7 | 7 | ||
8 | #include <asm/bios_ebda.h> | 8 | #include <asm/bios_ebda.h> |
9 | #include <asm/paravirt.h> | 9 | #include <asm/paravirt.h> |
10 | #include <asm/pci_x86.h> | ||
10 | #include <asm/mpspec.h> | 11 | #include <asm/mpspec.h> |
11 | #include <asm/setup.h> | 12 | #include <asm/setup.h> |
12 | #include <asm/apic.h> | 13 | #include <asm/apic.h> |
@@ -70,6 +71,10 @@ struct x86_init_ops x86_init __initdata = { | |||
70 | .iommu = { | 71 | .iommu = { |
71 | .iommu_init = iommu_init_noop, | 72 | .iommu_init = iommu_init_noop, |
72 | }, | 73 | }, |
74 | |||
75 | .pci = { | ||
76 | .init = x86_default_pci_init, | ||
77 | }, | ||
73 | }; | 78 | }; |
74 | 79 | ||
75 | struct x86_cpuinit_ops x86_cpuinit __cpuinitdata = { | 80 | struct x86_cpuinit_ops x86_cpuinit __cpuinitdata = { |