diff options
Diffstat (limited to 'arch/x86/kernel/x86_init.c')
-rw-r--r-- | arch/x86/kernel/x86_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c index 81faa6d67d69..203f26fb7f33 100644 --- a/arch/x86/kernel/x86_init.c +++ b/arch/x86/kernel/x86_init.c | |||
@@ -74,6 +74,7 @@ struct x86_init_ops x86_init __initdata = { | |||
74 | 74 | ||
75 | .pci = { | 75 | .pci = { |
76 | .init = x86_default_pci_init, | 76 | .init = x86_default_pci_init, |
77 | .init_irq = x86_default_pci_init_irq, | ||
77 | }, | 78 | }, |
78 | }; | 79 | }; |
79 | 80 | ||