]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ARM: Switch to irq_get_nr_irqs() / irq_set_nr_irqs()
authorBart Van Assche <bvanassche@acm.org>
Tue, 15 Oct 2024 19:09:33 +0000 (12:09 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Oct 2024 19:56:56 +0000 (21:56 +0200)
commitbc033158a0e691428b6acc9bc8ab16566651ec0c
treee10cfdde22e7411c9db2fb983756a2935204df65
parent5280a14a6079040205a1d968cd80f20448d047c7
ARM: Switch to irq_get_nr_irqs() / irq_set_nr_irqs()

Use the irq_get_nr_irqs() and irq_set_nr_irqs() functions instead of the
global variable 'nr_irqs'. Prepare for changing 'nr_irqs' from an
exported global variable into a variable with file scope.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241015190953.1266194-3-bvanassche@acm.org
arch/arm/kernel/irq.c