linux-stable/tools/testing/selftests/powerpc/copyloops
Masahiro Yamada 3932618287 powerpc: replace #include <asm/export.h> with #include <linux/export.h>
Commit ddb5cdbafa ("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>
[mpe: Fixup selftests that stub asm/export.h]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230806150954.394189-2-masahiroy@kernel.org
2023-08-16 23:54:48 +10:00
..
asm powerpc: replace #include <asm/export.h> with #include <linux/export.h> 2023-08-16 23:54:48 +10:00
linux powerpc: replace #include <asm/export.h> with #include <linux/export.h> 2023-08-16 23:54:48 +10:00
.gitignore selftests/powerpc/copyloops: Add memmove_64 test 2022-02-12 22:47:44 +11:00
copy_mc_64.S x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() 2020-10-06 11:18:04 +02:00
copy_tofrom_user_reference.S selftests/powerpc/64: Test exception cases in copy_tofrom_user 2018-08-08 00:32:35 +10:00
copyuser_64.S
copyuser_power7.S
exc_validate.c selftests/powerpc/64: Test exception cases in copy_tofrom_user 2018-08-08 00:32:35 +10:00
Makefile selftests/powerpc/copyloops: Add memmove_64 test 2022-02-12 22:47:44 +11:00
mem_64.S selftests/powerpc/copyloops: Add memmove_64 test 2022-02-12 22:47:44 +11:00
memcpy_64.S
memcpy_power7.S
memcpy_stubs.S selftests/powerpc/copyloops: Add memmove_64 test 2022-02-12 22:47:44 +11:00
memmove_validate.c selftests/powerpc/copyloops: Add memmove_64 test 2022-02-12 22:47:44 +11:00
stubs.S selftests/powerpc/64: Test exception cases in copy_tofrom_user 2018-08-08 00:32:35 +10:00
validate.c