diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2022-01-07 08:31:28 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-01-09 15:40:18 +0100 |
commit | f1da418b0c418d8c73b6314ea4e7391720dafe4f (patch) | |
tree | 4d0c227368268ab6c2fccb6d4827ffcf610fd587 /arch/mips | |
parent | f0b7ddbd794bdffade370f22bb7a774002208ef4 (diff) | |
download | linux-f1da418b0c418d8c73b6314ea4e7391720dafe4f.tar.bz2 |
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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/local.h | 1 |
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 { |