diff options
author | Linus Walleij | 2012-08-30 19:22:36 +0200 |
---|---|---|
committer | Olof Johansson | 2012-09-05 07:17:34 +0200 |
commit | e829c66745e66558b624fd635be4a384fe854944 (patch) | |
tree | ee935946a226c768fc33f509303428dde93cc752 /arch | |
parent | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r... (diff) | |
download | kernel-qcow2-linux-e829c66745e66558b624fd635be4a384fe854944.tar.gz kernel-qcow2-linux-e829c66745e66558b624fd635be4a384fe854944.tar.xz kernel-qcow2-linux-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 ca70e5fcc7ac..020852d3bdd8 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) |