]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sh: intc: Switch to irq_get_nr_irqs()
authorBart Van Assche <bvanassche@acm.org>
Tue, 15 Oct 2024 19:09:49 +0000 (12:09 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Oct 2024 19:56:58 +0000 (21:56 +0200)
commitd0c62d51ede0718203502c192665e1d379fbf207
treeb711e3b15ec9fb67d16c5626cc384c6dcc4c7b84
parent18444d339914a6080d832d9e8998ec243f7c3e9e
sh: intc: 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>
Link: https://lore.kernel.org/all/20241015190953.1266194-19-bvanassche@acm.org
drivers/sh/intc/virq-debugfs.c