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 d4d47c846bb25cdbe86c18a56950d512be2a8b0f..08366b1fd273d77a26acb3adcf7afa72e7f9222d 100644 (file)
@@ -8,7 +8,6 @@
 #include <asm/asm.h>
 #include <asm/cmpxchg.h>
 #include <asm/compiler.h>
-#include <asm/asm.h>
 
 typedef struct
 {