Commit 50dd94e0 authored by Ingo Molnar's avatar Ingo Molnar

sparseirq: fix typo in !CONFIG_IO_APIC case

Impact: build fix
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 3145e941
...@@ -195,10 +195,7 @@ extern void probe_nr_irqs_gsi(void); ...@@ -195,10 +195,7 @@ extern void probe_nr_irqs_gsi(void);
static const int timer_through_8259 = 0; static const int timer_through_8259 = 0;
static inline void ioapic_init_mappings(void) { } static inline void ioapic_init_mappings(void) { }
static inline int probe_nr_irqs(void) static inline void probe_nr_irqs_gsi(void) { }
{
return NR_IRQS;
}
#endif #endif
#endif /* _ASM_X86_IO_APIC_H */ #endif /* _ASM_X86_IO_APIC_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment