diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2006-07-01 17:32:40 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-07-01 17:32:40 -0400 |
commit | c75c625df7e2395d09a1aa33cdc2212d75928de6 (patch) | |
tree | 87c6e94783708fef6aff522c719cfa7e239afb49 /arch/arm/mach-lh7a40x/arch-lpd7a40x.c | |
parent | 544b46de259c8be67c042bcdfaf81f0bc6fa2e6d (diff) |
[ARM] 3700/1: ARM: Convert lh7a40x to generic irq handling
Patch from Thomas Gleixner
From: Thomas Gleixner <tglx@linutronix.de>
Fixup the conversion to generic irq subsystem.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-lh7a40x/arch-lpd7a40x.c')
-rw-r--r-- | arch/arm/mach-lh7a40x/arch-lpd7a40x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-lh7a40x/arch-lpd7a40x.c b/arch/arm/mach-lh7a40x/arch-lpd7a40x.c index c0e6854289f1..35c3606a2079 100644 --- a/arch/arm/mach-lh7a40x/arch-lpd7a40x.c +++ b/arch/arm/mach-lh7a40x/arch-lpd7a40x.c | |||
@@ -12,6 +12,7 @@ | |||
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | #include <linux/platform_device.h> | 13 | #include <linux/platform_device.h> |
14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
15 | #include <linux/irq.h> | ||
15 | 16 | ||
16 | #include <asm/hardware.h> | 17 | #include <asm/hardware.h> |
17 | #include <asm/setup.h> | 18 | #include <asm/setup.h> |