summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2022-01-07 08:31:28 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-01-09 15:40:18 +0100
commitf1da418b0c418d8c73b6314ea4e7391720dafe4f (patch)
tree4d0c227368268ab6c2fccb6d4827ffcf610fd587
parentf0b7ddbd794bdffade370f22bb7a774002208ef4 (diff)
MIPS: Remove duplicated include in local.h
Fix following includecheck warning: ./arch/mips/include/asm/local.h: asm/asm.h is included more than once. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
-rw-r--r--arch/mips/include/asm/local.h1
1 files changed, 0 insertions, 1 deletions
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
{