2005-11-10 18:29:29

by Deepak Saxena

[permalink] [raw]
Subject: [PATCH] -rt: Fix ARM IXP4xx compile


Need to pick up global IRQ_* definitions.

Signed-off-by: Deepak Saxena <[email protected]>

Index: linux-2.6-git/arch/arm/mach-ixp4xx/ixdpg425-pci.c
===================================================================
--- linux-2.6-git.orig/arch/arm/mach-ixp4xx/ixdpg425-pci.c
+++ linux-2.6-git/arch/arm/mach-ixp4xx/ixdpg425-pci.c
@@ -16,10 +16,10 @@
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/init.h>
+#include <linux/irq.h>

#include <asm/mach-types.h>
#include <asm/hardware.h>
-#include <asm/irq.h>

#include <asm/mach/pci.h>


--
Deepak Saxena - [email protected] - http://www.plexity.net

When law and duty are one, united by religion, you never become fully
conscious, fully aware of yourself. You are always a little less than
an individual. - Frank Herbert


2005-11-10 21:14:46

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH] -rt: Fix ARM IXP4xx compile


* Deepak Saxena <[email protected]> wrote:

> Need to pick up global IRQ_* definitions.
>
> Signed-off-by: Deepak Saxena <[email protected]>

thanks, applied.

Ingo