diff mbox

[U-Boot,2/4] MIPS: mips64/interrupt.c: remove superfluous include

Message ID 1371052966-7483-3-git-send-email-juhosg@openwrt.org
State Accepted
Delegated to: Daniel Schwierzeck
Headers show

Commit Message

Gabor Juhos June 12, 2013, 4:02 p.m. UTC
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 |    1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/arch/mips/cpu/mips64/interrupts.c b/arch/mips/cpu/mips64/interrupts.c
index e4e9aae..87f7a9f 100644
--- a/arch/mips/cpu/mips64/interrupts.c
+++ b/arch/mips/cpu/mips64/interrupts.c
@@ -22,7 +22,6 @@ 
  */
 
 #include <common.h>
-#include <asm/mipsregs.h>
 
 void enable_interrupts(void)
 {