]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powerpc/cell: Switch to irq_get_nr_irqs()
authorBart Van Assche <bvanassche@acm.org>
Tue, 15 Oct 2024 19:09:35 +0000 (12:09 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Oct 2024 19:56:57 +0000 (21:56 +0200)
commit29f42eb1a3cbaa48c6fae1e36d97162e1f6ab1ae
treea7ab5a3a36ec62b9943e14da125ab6441449c554
parentf90ff314a92f2eee5c00590a17e99f7f8bd7a32d
powerpc/cell: Switch to irq_get_nr_irqs()

Use the irq_get_nr_irqs() function 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>
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Link: https://lore.kernel.org/all/20241015190953.1266194-5-bvanassche@acm.org
arch/powerpc/platforms/cell/axon_msi.c