sparseirq: fix typo in !CONFIG_IO_APIC case

Impact: build fix

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ingo Molnar 2008-12-08 18:47:51 +01:00
parent 3145e941fc
commit 50dd94e017

View file

@ -195,10 +195,7 @@ extern void probe_nr_irqs_gsi(void);
static const int timer_through_8259 = 0;
static inline void ioapic_init_mappings(void) { }
static inline int probe_nr_irqs(void)
{
return NR_IRQS;
}
static inline void probe_nr_irqs_gsi(void) { }
#endif
#endif /* _ASM_X86_IO_APIC_H */