diff options
Diffstat (limited to 'arch/x86/kernel/x86_init.c')
-rw-r--r-- | arch/x86/kernel/x86_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c index 203f26fb7f33..1817cd7a03fa 100644 --- a/arch/x86/kernel/x86_init.c +++ b/arch/x86/kernel/x86_init.c | |||
@@ -4,6 +4,7 @@ | |||
4 | * For licencing details see kernel-base/COPYING | 4 | * For licencing details see kernel-base/COPYING |
5 | */ | 5 | */ |
6 | #include <linux/init.h> | 6 | #include <linux/init.h> |
7 | #include <linux/ioport.h> | ||
7 | 8 | ||
8 | #include <asm/bios_ebda.h> | 9 | #include <asm/bios_ebda.h> |
9 | #include <asm/paravirt.h> | 10 | #include <asm/paravirt.h> |
@@ -75,6 +76,7 @@ struct x86_init_ops x86_init __initdata = { | |||
75 | .pci = { | 76 | .pci = { |
76 | .init = x86_default_pci_init, | 77 | .init = x86_default_pci_init, |
77 | .init_irq = x86_default_pci_init_irq, | 78 | .init_irq = x86_default_pci_init_irq, |
79 | .fixup_irqs = x86_default_pci_fixup_irqs, | ||
78 | }, | 80 | }, |
79 | }; | 81 | }; |
80 | 82 | ||