aboutsummaryrefslogtreecommitdiff
path: root/arch/loongarch/include/asm/local.h
diff options
context:
space:
mode:
authorGravatar Jun Yi <yijun@loongson.cn> 2022-07-21 19:10:49 +0800
committerGravatar Huacai Chen <chenhuacai@loongson.cn> 2022-07-29 18:22:32 +0800
commitf62b7626cb79dfbfe292145b7ebeee4dc63c9499 (patch)
tree22fbfd489c110c2af439723e9a4384812531ee25 /arch/loongarch/include/asm/local.h
parentLoongArch: Remove several syntactic sugar macros for branches (diff)
downloadlinux-f62b7626cb79dfbfe292145b7ebeee4dc63c9499.tar.gz
linux-f62b7626cb79dfbfe292145b7ebeee4dc63c9499.tar.bz2
linux-f62b7626cb79dfbfe292145b7ebeee4dc63c9499.zip
LoongArch: Remove useless header compiler.h
The content of LoongArch's compiler.h is trivial, with some unused anywhere, so inline the definitions and remove the header. Signed-off-by: Jun Yi <yijun@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'arch/loongarch/include/asm/local.h')
-rw-r--r--arch/loongarch/include/asm/local.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/loongarch/include/asm/local.h b/arch/loongarch/include/asm/local.h
index 2052a2267337..65fbbae9fc4d 100644
--- a/arch/loongarch/include/asm/local.h
+++ b/arch/loongarch/include/asm/local.h
@@ -9,7 +9,6 @@
#include <linux/bitops.h>
#include <linux/atomic.h>
#include <asm/cmpxchg.h>
-#include <asm/compiler.h>
typedef struct {
atomic_long_t a;