summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/copy_mc_64.S
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-08-07 00:09:53 +0900
committerMichael Ellerman <mpe@ellerman.id.au>2023-08-16 23:54:48 +1000
commit393261828740c3ed95fc810c3f4c1018b86af7e5 (patch)
tree2936758c1fb973005475757ffdef31b3b778c787 /arch/powerpc/lib/copy_mc_64.S
parent3eb3f168e83aa7a7b8477507cf4b08b9515b4b13 (diff)
downloadlinux-stable-393261828740c3ed95fc810c3f4c1018b86af7e5.tar.gz
linux-stable-393261828740c3ed95fc810c3f4c1018b86af7e5.tar.bz2
linux-stable-393261828740c3ed95fc810c3f4c1018b86af7e5.zip
powerpc: 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> [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
Diffstat (limited to 'arch/powerpc/lib/copy_mc_64.S')
-rw-r--r--arch/powerpc/lib/copy_mc_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/lib/copy_mc_64.S b/arch/powerpc/lib/copy_mc_64.S
index 88d46c471493..bf1014b28fe8 100644
--- a/arch/powerpc/lib/copy_mc_64.S
+++ b/arch/powerpc/lib/copy_mc_64.S
@@ -4,9 +4,9 @@
* Derived from copyuser_power7.s by Anton Blanchard <anton@au.ibm.com>
* Author - Balbir Singh <bsingharora@gmail.com>
*/
+#include <linux/export.h>
#include <asm/ppc_asm.h>
#include <asm/errno.h>
-#include <asm/export.h>
.macro err1
100: