]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hpet: Switch to irq_get_nr_irqs()
authorBart Van Assche <bvanassche@acm.org>
Tue, 15 Oct 2024 19:09:38 +0000 (12:09 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Oct 2024 19:56:57 +0000 (21:56 +0200)
commitce1fa22a659dad1a14ae9ede2063e5bc6c9a86fb
tree3e60ef5eb4ce4cc68d83d5cbcd0067aefe16645d
parentf642974c0b772a18675602f2a366aa49d07baf8c
hpet: 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-8-bvanassche@acm.org
drivers/char/hpet.c