summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/mm
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-08-25 23:40:26 +0800
committerHuacai Chen <chenhuacai@loongson.cn>2023-08-25 23:40:26 +0800
commit347aa8dec220c7692981e1a175391ea7620abfeb (patch)
tree4d70b4c55adc7a0625761f78e8b5df2c5c7f2480 /arch/loongarch/mm
parent3f301dc292eb122eff61b8b2906e519154b0327f (diff)
downloadlinux-stable-347aa8dec220c7692981e1a175391ea7620abfeb.tar.gz
linux-stable-347aa8dec220c7692981e1a175391ea7620abfeb.tar.bz2
linux-stable-347aa8dec220c7692981e1a175391ea7620abfeb.zip
LoongArch: Remove unneeded #include <asm/export.h>
There is no EXPORT_SYMBOL() line there, hence #include <asm/export.h> is unneeded. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'arch/loongarch/mm')
-rw-r--r--arch/loongarch/mm/tlbex.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/loongarch/mm/tlbex.S b/arch/loongarch/mm/tlbex.S
index 4ad78703de6f..ca17dd3a1915 100644
--- a/arch/loongarch/mm/tlbex.S
+++ b/arch/loongarch/mm/tlbex.S
@@ -3,7 +3,6 @@
* Copyright (C) 2020-2022 Loongson Technology Corporation Limited
*/
#include <asm/asm.h>
-#include <asm/export.h>
#include <asm/loongarch.h>
#include <asm/page.h>
#include <asm/pgtable.h>