[U-Boot] [PATCH 2/4] MIPS: mips64/interrupt.c: remove superfluous include
Gabor Juhos
juhosg at openwrt.org
Wed Jun 12 18:02:44 CEST 2013
Nothing is used from asm/mipsregs.h.
Signed-off-by: Gabor Juhos <juhosg at openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck at googlemail.com>
---
arch/mips/cpu/mips64/interrupts.c | 1 -
1 file changed, 1 deletion(-)
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)
{
--
1.7.10
More information about the U-Boot
mailing list