Commit e829c66745e66558b624fd635be4a384fe854944

Authored by Linus Walleij
Committed by Olof Johansson
1 parent f81a3a1f68

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/arm/mach-gemini/irq.c
... ... @@ -17,6 +17,7 @@
17 17 #include <linux/sched.h>
18 18 #include <asm/irq.h>
19 19 #include <asm/mach/irq.h>
  20 +#include <asm/system_misc.h>
20 21 #include <mach/hardware.h>
21 22  
22 23 #define IRQ_SOURCE(base_addr) (base_addr + 0x00)