diff options
Diffstat (limited to 'include/asm-x86/io_apic.h')
-rw-r--r-- | include/asm-x86/io_apic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/io_apic.h b/include/asm-x86/io_apic.h index 8b1f5684842e..14f82bbcb5fd 100644 --- a/include/asm-x86/io_apic.h +++ b/include/asm-x86/io_apic.h | |||
@@ -186,6 +186,7 @@ extern void ioapic_init_mappings(void); | |||
186 | #else /* !CONFIG_X86_IO_APIC */ | 186 | #else /* !CONFIG_X86_IO_APIC */ |
187 | #define io_apic_assign_pci_irqs 0 | 187 | #define io_apic_assign_pci_irqs 0 |
188 | static const int timer_through_8259 = 0; | 188 | static const int timer_through_8259 = 0; |
189 | static inline void ioapic_init_mappings(void) { } | ||
189 | #endif | 190 | #endif |
190 | 191 | ||
191 | #endif | 192 | #endif |