diff options
Diffstat (limited to 'arch/x86/pci/irq.c')
-rw-r--r-- | arch/x86/pci/irq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/pci/irq.c b/arch/x86/pci/irq.c index 0f40ff20dd67..a60deb6e6696 100644 --- a/arch/x86/pci/irq.c +++ b/arch/x86/pci/irq.c | |||
@@ -1016,7 +1016,7 @@ static int pcibios_lookup_irq(struct pci_dev *dev, int assign) | |||
1016 | return 1; | 1016 | return 1; |
1017 | } | 1017 | } |
1018 | 1018 | ||
1019 | static void __init pcibios_fixup_irqs(void) | 1019 | void __init pcibios_fixup_irqs(void) |
1020 | { | 1020 | { |
1021 | struct pci_dev *dev = NULL; | 1021 | struct pci_dev *dev = NULL; |
1022 | u8 pin; | 1022 | u8 pin; |
@@ -1142,7 +1142,7 @@ void __init pcibios_irq_init(void) | |||
1142 | pirq_table = NULL; | 1142 | pirq_table = NULL; |
1143 | } | 1143 | } |
1144 | 1144 | ||
1145 | pcibios_fixup_irqs(); | 1145 | x86_init.pci.fixup_irqs(); |
1146 | 1146 | ||
1147 | if (io_apic_assign_pci_irqs && pci_routeirq) { | 1147 | if (io_apic_assign_pci_irqs && pci_routeirq) { |
1148 | struct pci_dev *dev = NULL; | 1148 | struct pci_dev *dev = NULL; |