diff options
author | Marc Zyngier <maz@kernel.org> | 2023-06-21 14:46:25 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2023-06-21 14:50:53 +0200 |
commit | d93c22199966696cfb76c6942797de2fbb22da24 (patch) | |
tree | 4a9f24b59b5db49a5749bd27b29592d1416f3014 /drivers/irqchip | |
parent | irqchip/jcore-aic: Fix missing allocation of IRQ descriptors (diff) | |
download | linux-d93c22199966696cfb76c6942797de2fbb22da24.tar.xz linux-d93c22199966696cfb76c6942797de2fbb22da24.zip |
Revert "irqchip/mxs: Include linux/irqchip/mxs.h"
This reverts commit 5b7e5676209120814dbb9fec8bc3769f0f7a7958.
Although including linux/irqchip/mxs.h is technically correct,
this clashes with the parallel removal of this include file
with 32bit ARM modernizing the low level irq handling as part of
5bb578a0c1b8 ("ARM: 9298/1: Drop custom mdesc->handle_irq()").
As such, this patch is not only unnecessary, it also breaks
compilation in -next. Revert it.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/irqchip')
-rw-r--r-- | drivers/irqchip/irq-mxs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-mxs.c b/drivers/irqchip/irq-mxs.c index b3b1fba871c1..55cb6b5a686e 100644 --- a/drivers/irqchip/irq-mxs.c +++ b/drivers/irqchip/irq-mxs.c @@ -9,7 +9,6 @@ #include <linux/init.h> #include <linux/irq.h> #include <linux/irqchip.h> -#include <linux/irqchip/mxs.h> #include <linux/irqdomain.h> #include <linux/io.h> #include <linux/of.h> |