[PATCH -next] MIPS: Remove duplicated include in local.h
From: Yang Li <hidden>
Date: 2022-01-07 00:31:34
Also in:
lkml
Subsystem:
mips, the rest · Maintainers:
Thomas Bogendoerfer, Linus Torvalds
From: Yang Li <hidden>
Date: 2022-01-07 00:31:34
Also in:
lkml
Subsystem:
mips, the rest · Maintainers:
Thomas Bogendoerfer, Linus Torvalds
Fix following includecheck warning: ./arch/mips/include/asm/local.h: asm/asm.h is included more than once. Reported-by: Abaci Robot <redacted> Signed-off-by: Yang Li <redacted> --- arch/mips/include/asm/local.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/arch/mips/include/asm/local.h b/arch/mips/include/asm/local.h
index d4d47c846bb2..08366b1fd273 100644
--- a/arch/mips/include/asm/local.h
+++ b/arch/mips/include/asm/local.h@@ -8,7 +8,6 @@ #include <asm/asm.h> #include <asm/cmpxchg.h> #include <asm/compiler.h> -#include <asm/asm.h> typedef struct {
--
2.20.1.7.g153144c