ソースを参照

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)
 {