irqchip: Use irq_domain_alloc_irqs()
authorJohan Hovold <johan+linaro@kernel.org>
Tue, 13 Dec 2022 14:08:43 +0000 (15:08 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 11 Jan 2023 18:51:39 +0000 (19:51 +0100)
commit0e2213fe0ab4c04da0e2354e84ec3b90e59939a4
tree650addb7e502ba7edda704a1f3b0563946e38814
parent379af13b31fa8a36ad4abd59a5c511f25c5d4d42
irqchip: Use irq_domain_alloc_irqs()

Use the irq_domain_alloc_irqs() wrapper instead of the full
__irq_domain_alloc_irqs() interface, which was only intended for some
legacy (x86) use cases.

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20221213140844.15470-2-johan+linaro@kernel.org
drivers/irqchip/irq-apple-aic.c
drivers/irqchip/irq-armada-370-xp.c
drivers/irqchip/irq-bcm2836.c
drivers/irqchip/irq-gic-v3.c
drivers/irqchip/irq-gic-v4.c
drivers/irqchip/irq-gic.c