mips: replace #include <asm/export.h> with #include <linux/export.h>
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 7 Aug 2023 15:32:42 +0000 (00:32 +0900)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 15 Aug 2023 08:22:23 +0000 (10:22 +0200)
commit9259e15b3f27fa5cc5999db554bce713f32769c3
tree4ddb2a55f1380b8ece35b15634d261ea3b9f5cea
parent122b159d9f1374a7252c927df2b2a575f77de85b
mips: replace #include <asm/export.h> with #include <linux/export.h>

Commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost")
deprecated <asm/export.h>, which is now a wrapper of <linux/export.h>.

Replace #include <asm/export.h> with #include <linux/export.h>.

After all the <asm/export.h> lines are converted, <asm/export.h> and
<asm-generic/export.h> will be removed.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/cavium-octeon/octeon-memcpy.S
arch/mips/kernel/mcount.S
arch/mips/kernel/r2300_fpu.S
arch/mips/kernel/r4k_fpu.S
arch/mips/lib/csum_partial.S
arch/mips/lib/memcpy.S
arch/mips/lib/memset.S
arch/mips/lib/strncpy_user.S
arch/mips/lib/strnlen_user.S
arch/mips/mm/page-funcs.S
arch/mips/mm/tlb-funcs.S