irqchip/nvic: Convert from handle_IRQ() to handle_domain_irq()
authorMarc Zyngier <maz@kernel.org>
Wed, 12 May 2021 12:46:05 +0000 (13:46 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Jun 2021 12:09:19 +0000 (13:09 +0100)
commit9e027dd979beca41cd85f4e971d184fe0ffcff3c
tree862e98818d4cfcabe5fc565247b045a07fc67886
parent9626d18a20e166a864e8d1f6ed6bbb84a0fa4989
irqchip/nvic: Convert from handle_IRQ() to handle_domain_irq()

Given that the nvic driver is fully irqdomain aware, there is no
reason for it to use the arch-specific handle_IRQ(), and it can
be moved over to handle_domain_irq().

Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/irqchip/irq-nvic.c