浏览代码

[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>
Atsushi Nemoto 18 年之前
父节点
当前提交
dff9262ed1
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      include/asm-mips/irq.h

+ 0 - 2
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 ... */
 #define irq_canonicalize(irq) (irq)	/* Sane hardware, sane code ... */
 #endif
 #endif
 
 
-struct pt_regs;
-
 extern asmlinkage unsigned int do_IRQ(unsigned int irq);
 extern asmlinkage unsigned int do_IRQ(unsigned int irq);
 
 
 #ifdef CONFIG_MIPS_MT_SMTC
 #ifdef CONFIG_MIPS_MT_SMTC