net: hamradio: baycom_ser_fdx: Switch to irq_get_nr_irqs()
authorBart Van Assche <bvanassche@acm.org>
Tue, 15 Oct 2024 19:09:40 +0000 (12:09 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Oct 2024 19:56:57 +0000 (21:56 +0200)
commitbc6e6f07ebeda52e9cd515a11f62c6a6abb6f50a
treef60fe5f11c7ceb9aaef0c84a590b88837d0b9ed2
parentfb474ac2f4898b3c63ec9439219c0665c0773bb1
net: hamradio: baycom_ser_fdx: 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-10-bvanassche@acm.org
drivers/net/hamradio/baycom_ser_fdx.c