[tip:irq/urgent] irqchip/sun4i: Fix compilation outside of arch/ arm

From: tip-bot for Andre Przywara
Date: Tue Feb 02 2016 - 09:52:15 EST


Commit-ID: 6235f0ecc4ed799169b80f7317c7f974f7415320
Gitweb: http://git.kernel.org/tip/6235f0ecc4ed799169b80f7317c7f974f7415320
Author: Andre Przywara <andre.przywara@xxxxxxx>
AuthorDate: Mon, 1 Feb 2016 17:39:20 +0000
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitDate: Tue, 2 Feb 2016 15:46:40 +0100

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@xxxxxxx>
Acked-by: Arnd Bergmann <arnd@xxxxxxxx>
Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
Cc: Jason Cooper <jason@xxxxxxxxxxxxxx>
Cc: Marc Zyngier <marc.zyngier@xxxxxxx>
Cc: Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx>
Cc: Chen-Yu Tsai <wens@xxxxxxxx>
Cc: linux-sunxi@xxxxxxxxxxxxxxxx
Link: http://lkml.kernel.org/r/1454348370-3816-2-git-send-email-andre.przywara@xxxxxxx
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
drivers/irqchip/irq-sun4i.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/irqchip/irq-sun4i.c b/drivers/irqchip/irq-sun4i.c
index 0704362..376b280 100644
--- a/drivers/irqchip/irq-sun4i.c
+++ b/drivers/irqchip/irq-sun4i.c
@@ -22,7 +22,6 @@
#include <linux/of_irq.h>

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

#define SUN4I_IRQ_VECTOR_REG 0x00
#define SUN4I_IRQ_PROTECTION_REG 0x08