x86: Add pci_init_irq to x86_init
[pandora-kernel.git] / arch / x86 / kernel / x86_init.c
index ccd179d..203f26f 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <asm/bios_ebda.h>
 #include <asm/paravirt.h>
+#include <asm/pci_x86.h>
 #include <asm/mpspec.h>
 #include <asm/setup.h>
 #include <asm/apic.h>
@@ -70,6 +71,11 @@ struct x86_init_ops x86_init __initdata = {
        .iommu = {
                .iommu_init             = iommu_init_noop,
        },
+
+       .pci = {
+               .init                   = x86_default_pci_init,
+               .init_irq               = x86_default_pci_init_irq,
+       },
 };
 
 struct x86_cpuinit_ops x86_cpuinit __cpuinitdata = {