From 393261828740c3ed95fc810c3f4c1018b86af7e5 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 7 Aug 2023 00:09:53 +0900 Subject: powerpc: replace #include with #include Commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost") deprecated , which is now a wrapper of . Replace #include with #include . After all the lines are converted, and will be removed. Signed-off-by: Masahiro Yamada [mpe: Fixup selftests that stub asm/export.h] Signed-off-by: Michael Ellerman Link: https://msgid.link/20230806150954.394189-2-masahiroy@kernel.org --- tools/testing/selftests/powerpc/copyloops/asm/export.h | 4 ---- tools/testing/selftests/powerpc/copyloops/linux/export.h | 4 ++++ tools/testing/selftests/powerpc/stringloops/asm/export.h | 1 - tools/testing/selftests/powerpc/stringloops/linux/export.h | 1 + 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 tools/testing/selftests/powerpc/copyloops/asm/export.h create mode 100644 tools/testing/selftests/powerpc/copyloops/linux/export.h delete mode 100644 tools/testing/selftests/powerpc/stringloops/asm/export.h create mode 100644 tools/testing/selftests/powerpc/stringloops/linux/export.h (limited to 'tools/testing/selftests/powerpc') diff --git a/tools/testing/selftests/powerpc/copyloops/asm/export.h b/tools/testing/selftests/powerpc/copyloops/asm/export.h deleted file mode 100644 index e6b80d5fbd14..000000000000 --- a/tools/testing/selftests/powerpc/copyloops/asm/export.h +++ /dev/null @@ -1,4 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#define EXPORT_SYMBOL(x) -#define EXPORT_SYMBOL_GPL(x) -#define EXPORT_SYMBOL_KASAN(x) diff --git a/tools/testing/selftests/powerpc/copyloops/linux/export.h b/tools/testing/selftests/powerpc/copyloops/linux/export.h new file mode 100644 index 000000000000..e6b80d5fbd14 --- /dev/null +++ b/tools/testing/selftests/powerpc/copyloops/linux/export.h @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#define EXPORT_SYMBOL(x) +#define EXPORT_SYMBOL_GPL(x) +#define EXPORT_SYMBOL_KASAN(x) diff --git a/tools/testing/selftests/powerpc/stringloops/asm/export.h b/tools/testing/selftests/powerpc/stringloops/asm/export.h deleted file mode 100644 index 2d14a9b4248c..000000000000 --- a/tools/testing/selftests/powerpc/stringloops/asm/export.h +++ /dev/null @@ -1 +0,0 @@ -#define EXPORT_SYMBOL(x) diff --git a/tools/testing/selftests/powerpc/stringloops/linux/export.h b/tools/testing/selftests/powerpc/stringloops/linux/export.h new file mode 100644 index 000000000000..2d14a9b4248c --- /dev/null +++ b/tools/testing/selftests/powerpc/stringloops/linux/export.h @@ -0,0 +1 @@ +#define EXPORT_SYMBOL(x) -- cgit v1.2.3