]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
MIPS: mips64/interrupt.c: remove superfluous include
authorGabor Juhos <juhosg@openwrt.org>
Wed, 12 Jun 2013 16:02:44 +0000 (18:02 +0200)
committerTom Rini <trini@ti.com>
Wed, 24 Jul 2013 13:51:05 +0000 (09:51 -0400)
Nothing is used from asm/mipsregs.h.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
arch/mips/cpu/mips64/interrupts.c

index 1a589fc18f7af17f473c002195e6ab72ed6d8f13..a7e2ed046adaf61659a844ea235b332c35e6b720 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <common.h>
-#include <asm/mipsregs.h>
 
 void enable_interrupts(void)
 {