Re: [PATCH] ARM: irq: remove handle_IRQ() for good

From: Robert Jarzmik
Date: Mon Jan 23 2023 - 10:29:38 EST



Arnd Bergmann <arnd@xxxxxxxxxx> writes:

From: Arnd Bergmann <arnd@xxxxxxxx>

The only difference between generic_handle_irq() and the ARM
handle_IRQ() version is now the range check, and in the remaining
drivers this does not appear to be needed any more.

Remove this old interface and use the generic version in its place.
For PXA:
Acked-by: Robert Jarzmik <robert.jarzmik@xxxxxxx>

Cheers.

--
Robert