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 <[email protected]> Signed-off-by: Yang Li <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent f0b7ddb commit f1da418

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)