]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/irq: Fix missing declaration of 'io_apic_irqs'
authorZhang Kunbo <zhangkunbo@huawei.com>
Tue, 26 Nov 2024 02:05:11 +0000 (02:05 +0000)
committerIngo Molnar <mingo@kernel.org>
Thu, 27 Feb 2025 21:52:37 +0000 (22:52 +0100)
commitb8ffd979356e33a3af0854d47375bba611126f3b
tree52c3e14deffa574c69eb7254d0f0e50332b749ae
parent51184c3c96a19b5143710ef91426e311f4364bac
x86/irq: Fix missing declaration of 'io_apic_irqs'

Fix this sparse warning:

  arch/x86/kernel/i8259.c:57:15: warning: symbol 'io_apic_irqs' was not declared. Should it be static?

Signed-off-by: Zhang Kunbo <zhangkunbo@huawei.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20241126020511.3464664-1-zhangkunbo@huawei.com
arch/x86/kernel/i8259.c