Skip to content

Commit 6235f0e

Browse files
Andre-ARMKAGA-KOKO
authored andcommitted
irqchip/sun4i: Fix compilation outside of arch/arm
The Allwinner sunxi specific interrupt controller cannot be compiled for any architecture except arm: drivers/irqchip/irq-sun4i.c:25:26: fatal error: asm/mach/irq.h: No such file or directory compilation terminated. It turns out that this header is actually not needed for the driver, so remove it and allow compilation for other architectures like arm64. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: linux-arm-kernel@lists.infradead.org Cc: Jason Cooper <jason@lakedaemon.net> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: Maxime Ripard <maxime.ripard@free-electrons.com> Cc: Chen-Yu Tsai <wens@csie.org> Cc: linux-sunxi@googlegroups.com Link: http://lkml.kernel.org/r/1454348370-3816-2-git-send-email-andre.przywara@arm.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 parent 36f90b0 commit 6235f0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/irqchip/irq-sun4i.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include <linux/of_irq.h>
2323

2424
#include <asm/exception.h>
25-
#include <asm/mach/irq.h>
2625

2726
#define SUN4I_IRQ_VECTOR_REG 0x00
2827
#define SUN4I_IRQ_PROTECTION_REG 0x08

0 commit comments

Comments
 (0)