diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2006-10-11 01:07:01 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-11 19:30:59 +0100 |
commit | dff9262ed1491a1e531dc56e687605b5e4cd488d (patch) | |
tree | 381d0a72e40e46b097c20731e6604dd50c31a285 /include | |
parent | f94054121efcba573f12101a75a4be93e871b309 (diff) | |
download | op-kernel-dev-dff9262ed1491a1e531dc56e687605b5e4cd488d.zip op-kernel-dev-dff9262ed1491a1e531dc56e687605b5e4cd488d.tar.gz |
[MIPS] <asm/irq.h> does not need pt_regs anymore.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/irq.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-mips/irq.h b/include/asm-mips/irq.h index 1a9804c..0ce2a80 100644 --- a/include/asm-mips/irq.h +++ b/include/asm-mips/irq.h @@ -24,8 +24,6 @@ static inline int irq_canonicalize(int irq) #define irq_canonicalize(irq) (irq) /* Sane hardware, sane code ... */ #endif -struct pt_regs; - extern asmlinkage unsigned int do_IRQ(unsigned int irq); #ifdef CONFIG_MIPS_MT_SMTC |