OSDN Git Service

MIPS: Remove duplicated include in local.h
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 7 Jan 2022 00:31:28 +0000 (08:31 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sun, 9 Jan 2022 14:40:18 +0000 (15:40 +0100)
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>
arch/mips/include/asm/local.h

index d4d47c8..08366b1 100644 (file)
@@ -8,7 +8,6 @@
 #include <asm/asm.h>
 #include <asm/cmpxchg.h>
 #include <asm/compiler.h>
-#include <asm/asm.h>
 
 typedef struct
 {