diff mbox

ARM: gemini: fix the gemini build

Message ID 1346347356-18786-1-git-send-email-linus.walleij@linaro.org (mailing list archive)
State New, archived
Headers show

Commit Message

Linus Walleij Aug. 30, 2012, 5:22 p.m. UTC
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>
---
ARM SoC guys: please apply this patch directly to the -rc:s
unless there is some obvious problem with it.
---
 arch/arm/mach-gemini/irq.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Olof Johansson Sept. 5, 2012, 5:22 a.m. UTC | #1
On Thu, Aug 30, 2012 at 07:22:36PM +0200, Linus Walleij wrote:
> 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>
> ---
> ARM SoC guys: please apply this patch directly to the -rc:s
> unless there is some obvious problem with it.

Thanks, applied.

The platform has a listed maintainer (cc:d here) and has had new
development within the last 18 months so it doesn't seem abandoned.


-Olof
Linus Walleij Sept. 5, 2012, 5:24 a.m. UTC | #2
On Wed, Sep 5, 2012 at 7:22 AM, Olof Johansson <olof@lixom.net> wrote:

> The platform has a listed maintainer (cc:d here) and has had new
> development within the last 18 months so it doesn't seem abandoned.

OK I also have a clocksource/clockevent patch for it cooking,
will fix and send that out soon.

Yours,
Linus Walleij
diff mbox

Patch

diff --git a/arch/arm/mach-gemini/irq.c b/arch/arm/mach-gemini/irq.c
index ca70e5f..020852d 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)