]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
LoongArch: Remove unneeded #include <asm/export.h>
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 25 Aug 2023 15:40:26 +0000 (23:40 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Fri, 25 Aug 2023 15:40:26 +0000 (23:40 +0800)
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>
arch/loongarch/kernel/mcount_dyn.S
arch/loongarch/lib/unaligned.S
arch/loongarch/mm/tlbex.S

index e16ab0b98e5a919ed35bc750ca2902a67af0aa71..482aa553aa2d5eb54a460ffa1822d0524e56046b 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2022 Loongson Technology Corporation Limited
  */
 
-#include <asm/export.h>
 #include <asm/ftrace.h>
 #include <asm/regdef.h>
 #include <asm/stackframe.h>
index 9177fd638f072c9b1cec989de31d9a13360e16cb..185f82d85810afa8766f03f9f9b0268b02625483 100644 (file)
@@ -9,7 +9,6 @@
 #include <asm/asmmacro.h>
 #include <asm/asm-extable.h>
 #include <asm/errno.h>
-#include <asm/export.h>
 #include <asm/regdef.h>
 
 .L_fixup_handle_unaligned:
index 4ad78703de6f4c4a1a55bd9d73aa89181cbef9ee..ca17dd3a19153c10583f04f8bc24daf7fbd7eb3e 100644 (file)
@@ -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>