commit | d4967b54113bbe3a52ee02d9a5cb9d4ee013bb4e | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Wed Jun 12 18:02:44 2013 +0200 |
committer | Tom Rini <trini@ti.com> | Wed Jul 24 09:51:05 2013 -0400 |
tree | cce1735433597c4b6ba489ee68d8b4d37e00e81d | |
parent | 9c747bdf05953126f636a99cf33b702968842f8b [diff] |
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>
diff --git a/arch/mips/cpu/mips64/interrupts.c b/arch/mips/cpu/mips64/interrupts.c index 1a589fc..a7e2ed0 100644 --- a/arch/mips/cpu/mips64/interrupts.c +++ b/arch/mips/cpu/mips64/interrupts.c
@@ -6,7 +6,6 @@ */ #include <common.h> -#include <asm/mipsregs.h> void enable_interrupts(void) {