diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2006-07-01 17:32:19 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-07-01 17:32:19 -0400 |
commit | 427923d10c2998f05ce06c5683a0f80c8be5b744 (patch) | |
tree | b8043562bc933d6708a2ecedb8dfb42aeb607996 /arch/arm/mach-l7200 | |
parent | 64ffae8a32b8e5a5753527860a0aeca2b17724d6 (diff) |
[ARM] 3684/1: ARM: Convert l7200 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-l7200')
-rw-r--r-- | arch/arm/mach-l7200/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-l7200/core.c b/arch/arm/mach-l7200/core.c index ac626436e96f..b7af5640ea7b 100644 --- a/arch/arm/mach-l7200/core.c +++ b/arch/arm/mach-l7200/core.c | |||
@@ -7,6 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
9 | #include <linux/init.h> | 9 | #include <linux/init.h> |
10 | #include <linux/irq.h> | ||
10 | #include <linux/device.h> | 11 | #include <linux/device.h> |
11 | 12 | ||
12 | #include <asm/types.h> | 13 | #include <asm/types.h> |