diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-02-07 20:30:29 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-20 12:11:55 -0500 |
commit | 45a33c3a556825d7f7ca6f862460dacdbbce6af1 (patch) | |
tree | 53caae19d01573bd919c2678bab8729fde23350c /arch/mips/emma2rh/markeins | |
parent | c316eb1eee2c803c33b1f826fe744c922d2e354f (diff) |
[MIPS] emma2rh: Remove needless <asm/i8259.h> inclusion.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/emma2rh/markeins')
-rw-r--r-- | arch/mips/emma2rh/markeins/irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/emma2rh/markeins/irq.c b/arch/mips/emma2rh/markeins/irq.c index 3299b6dfe764..e26630026375 100644 --- a/arch/mips/emma2rh/markeins/irq.c +++ b/arch/mips/emma2rh/markeins/irq.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #include <linux/ptrace.h> | 29 | #include <linux/ptrace.h> |
30 | #include <linux/delay.h> | 30 | #include <linux/delay.h> |
31 | 31 | ||
32 | #include <asm/i8259.h> | ||
33 | #include <asm/irq_cpu.h> | 32 | #include <asm/irq_cpu.h> |
34 | #include <asm/system.h> | 33 | #include <asm/system.h> |
35 | #include <asm/mipsregs.h> | 34 | #include <asm/mipsregs.h> |