Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

sparseirq: fix typo in !CONFIG_IO_APIC case



Impact: build fix

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 3145e941
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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 */