diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2007-05-06 17:50:35 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 15:12:58 -0400 |
commit | c728d60455e8e8722ee08312a75f38dd7a866b5e (patch) | |
tree | c848cbddc7557fa1cf00993245e562007465dadb /arch/h8300/kernel/setup.c | |
parent | aeecf3142d82414d511135cc85f86caddfb58338 (diff) |
h8300 generic irq
h8300 using generic irq handler patch.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/h8300/kernel/setup.c')
-rw-r--r-- | arch/h8300/kernel/setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/h8300/kernel/setup.c b/arch/h8300/kernel/setup.c index 313cd8081044..b2e86d0255e6 100644 --- a/arch/h8300/kernel/setup.c +++ b/arch/h8300/kernel/setup.c | |||
@@ -33,10 +33,7 @@ | |||
33 | 33 | ||
34 | #include <asm/setup.h> | 34 | #include <asm/setup.h> |
35 | #include <asm/irq.h> | 35 | #include <asm/irq.h> |
36 | |||
37 | #ifdef CONFIG_BLK_DEV_INITRD | ||
38 | #include <asm/pgtable.h> | 36 | #include <asm/pgtable.h> |
39 | #endif | ||
40 | 37 | ||
41 | #if defined(__H8300H__) | 38 | #if defined(__H8300H__) |
42 | #define CPU "H8/300H" | 39 | #define CPU "H8/300H" |