summaryrefslogtreecommitdiff
path: root/arch/alpha/lib/strcpy.S
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-08-20 02:33:52 +0300
committerMasahiro Yamada <masahiroy@kernel.org>2023-08-22 12:12:46 +0300
commitf3c78e949d3fb0afcc1bdd8e44b0902897fc2f84 (patch)
tree4c51243c19b53f39f5125dbc619608231c5cb5f3 /arch/alpha/lib/strcpy.S
parentb154f642399a9754f21257411a93ac15fc28efab (diff)
downloadlinux-f3c78e949d3fb0afcc1bdd8e44b0902897fc2f84.tar.xz
alpha: 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>
Diffstat (limited to 'arch/alpha/lib/strcpy.S')
-rw-r--r--arch/alpha/lib/strcpy.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/lib/strcpy.S b/arch/alpha/lib/strcpy.S
index cb74ad23a90d..d8773ba77525 100644
--- a/arch/alpha/lib/strcpy.S
+++ b/arch/alpha/lib/strcpy.S
@@ -6,7 +6,7 @@
* Copy a null-terminated string from SRC to DST. Return a pointer
* to the null-terminator in the source.
*/
-#include <asm/export.h>
+#include <linux/export.h>
.text
.align 3