aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pci_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/pci_x86.h')
-rw-r--r--arch/x86/include/asm/pci_x86.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/pci_x86.h b/arch/x86/include/asm/pci_x86.h
index 46511c5be456..6e69edfbf074 100644
--- a/arch/x86/include/asm/pci_x86.h
+++ b/arch/x86/include/asm/pci_x86.h
@@ -113,6 +113,7 @@ extern int __init pci_acpi_init(void);
113extern void __init pcibios_irq_init(void); 113extern void __init pcibios_irq_init(void);
114extern int __init pcibios_init(void); 114extern int __init pcibios_init(void);
115extern int pci_legacy_init(void); 115extern int pci_legacy_init(void);
116extern void pcibios_fixup_irqs(void);
116 117
117/* pci-mmconfig.c */ 118/* pci-mmconfig.c */
118 119
@@ -188,7 +189,9 @@ static inline void mmio_config_writel(void __iomem *pos, u32 val)
188# define x86_default_pci_init pci_legacy_init 189# define x86_default_pci_init pci_legacy_init
189# endif 190# endif
190# define x86_default_pci_init_irq pcibios_irq_init 191# define x86_default_pci_init_irq pcibios_irq_init
192# define x86_default_pci_fixup_irqs pcibios_fixup_irqs
191#else 193#else
192# define x86_default_pci_init NULL 194# define x86_default_pci_init NULL
193# define x86_default_pci_init_irq NULL 195# define x86_default_pci_init_irq NULL
196# define x86_default_pci_fixup_irqs NULL
194#endif 197#endif