diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-08-30 19:22:36 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-09-04 22:17:34 -0700 |
commit | e829c66745e66558b624fd635be4a384fe854944 (patch) | |
tree | ee935946a226c768fc33f509303428dde93cc752 /arch | |
parent | f81a3a1f687a4a90025822dd54e51d7117a6cba7 (diff) | |
download | linux-3.10-e829c66745e66558b624fd635be4a384fe854944.tar.gz linux-3.10-e829c66745e66558b624fd635be4a384fe854944.tar.bz2 linux-3.10-e829c66745e66558b624fd635be4a384fe854944.zip |
ARM: gemini: fix the gemini build
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-gemini/irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-gemini/irq.c b/arch/arm/mach-gemini/irq.c index ca70e5fcc7a..020852d3bdd 100644 --- a/arch/arm/mach-gemini/irq.c +++ b/arch/arm/mach-gemini/irq.c @@ -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) |