From: Linus Walleij Date: Thu, 30 Aug 2012 17:22:36 +0000 (+0200) Subject: ARM: gemini: fix the gemini build X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e829c66745e66558b624fd635be4a384fe854944;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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 Signed-off-by: Olof Johansson --- 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 #include #include +#include #include #define IRQ_SOURCE(base_addr) (base_addr + 0x00)