Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Bart Van Assche and committed by
Thomas Gleixner
d0c62d51 18444d33

+1
+1
drivers/sh/intc/virq-debugfs.c
··· 18 18 19 19 static int intc_irq_xlate_show(struct seq_file *m, void *priv) 20 20 { 21 + const unsigned int nr_irqs = irq_get_nr_irqs(); 21 22 int i; 22 23 23 24 seq_printf(m, "%-5s %-7s %-15s\n", "irq", "enum", "chip name");