From: Atsushi Nemoto Date: Tue, 10 Oct 2006 16:07:01 +0000 (+0900) Subject: [MIPS] does not need pt_regs anymore. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=dff9262ed1491a1e531dc56e687605b5e4cd488d;p=deliverable%2Flinux.git [MIPS] does not need pt_regs anymore. Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/irq.h b/include/asm-mips/irq.h index 1a9804c65369..0ce2a80b689e 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