OSDN Git Service

ARM: gemini: fix the gemini build
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 30 Aug 2012 17:22:36 +0000 (19:22 +0200)
committerOlof Johansson <olof@lixom.net>
Wed, 5 Sep 2012 05:17:34 +0000 (22:17 -0700)
Test-compiling obscure machines I notice that the gemini (which
by the way lacks a defconfig) is broken since some time back.
Adding a simple missing include makes it build again.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-gemini/irq.c

index ca70e5f..020852d 100644 (file)
@@ -17,6 +17,7 @@
 #include <linux/sched.h>
 #include <asm/irq.h>
 #include <asm/mach/irq.h>
+#include <asm/system_misc.h>
 #include <mach/hardware.h>
 
 #define IRQ_SOURCE(base_addr)  (base_addr + 0x00)