Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eab03b3f6609518a80eae4d1f5d78ff8f44e116a
Commit:     eab03b3f6609518a80eae4d1f5d78ff8f44e116a
Parent:     d85ed59524d936f4c2657ba39a483b4ab373a59e
Author:     Russell King <[EMAIL PROTECTED]>
AuthorDate: Sun Jun 3 18:50:49 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Thu Jul 12 11:12:18 2007 +0100

    [ARM] If linux/irq.h is included, asm/irq.h is not required
    
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mach-ixp4xx/gateway7001-pci.c |    1 -
 arch/arm/mach-ixp4xx/gtwx5715-pci.c    |    1 -
 arch/arm/mach-ixp4xx/wg302v2-pci.c     |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/arm/mach-ixp4xx/gateway7001-pci.c 
b/arch/arm/mach-ixp4xx/gateway7001-pci.c
index 4f2eeb0..6abf568 100644
--- a/arch/arm/mach-ixp4xx/gateway7001-pci.c
+++ b/arch/arm/mach-ixp4xx/gateway7001-pci.c
@@ -24,7 +24,6 @@
 
 #include <asm/mach-types.h>
 #include <asm/hardware.h>
-#include <asm/irq.h>
 
 #include <asm/mach/pci.h>
 
diff --git a/arch/arm/mach-ixp4xx/gtwx5715-pci.c 
b/arch/arm/mach-ixp4xx/gtwx5715-pci.c
index 289d293..0d5a424 100644
--- a/arch/arm/mach-ixp4xx/gtwx5715-pci.c
+++ b/arch/arm/mach-ixp4xx/gtwx5715-pci.c
@@ -29,7 +29,6 @@
 
 #include <asm/mach-types.h>
 #include <asm/hardware.h>
-#include <asm/irq.h>
 #include <asm/arch/gtwx5715.h>
 #include <asm/mach/pci.h>
 
diff --git a/arch/arm/mach-ixp4xx/wg302v2-pci.c 
b/arch/arm/mach-ixp4xx/wg302v2-pci.c
index 7c0e3aa..6588f2c 100644
--- a/arch/arm/mach-ixp4xx/wg302v2-pci.c
+++ b/arch/arm/mach-ixp4xx/wg302v2-pci.c
@@ -24,7 +24,6 @@
 
 #include <asm/mach-types.h>
 #include <asm/hardware.h>
-#include <asm/irq.h>
 
 #include <asm/mach/pci.h>
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to