Skip to content

Commit f1da418

Browse files
Yang Litsbogend
authored andcommitted
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>
1 parent f0b7ddb commit f1da418

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/mips/include/asm/local.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <asm/asm.h>
99
#include <asm/cmpxchg.h>
1010
#include <asm/compiler.h>
11-
#include <asm/asm.h>
1211

1312
typedef struct
1413
{

0 commit comments

Comments
 (0)