浏览代码

MIPS: mips64/interrupt.c: remove superfluous include

Nothing is used from asm/mipsregs.h.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Gabor Juhos 12 年之前
父节点
当前提交
b1591ec246
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/mips/cpu/mips64/interrupts.c

+ 0 - 1
arch/mips/cpu/mips64/interrupts.c

@@ -6,7 +6,6 @@
  */
 
 #include <common.h>
-#include <asm/mipsregs.h>
 
 void enable_interrupts(void)
 {