summaryrefslogtreecommitdiffstats
path: root/arch/alpha/lib/strrchr.S
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-08-20 01:33:52 +0200
committerMasahiro Yamada <masahiroy@kernel.org>2023-08-22 11:12:46 +0200
commitf3c78e949d3fb0afcc1bdd8e44b0902897fc2f84 (patch)
tree4c51243c19b53f39f5125dbc619608231c5cb5f3 /arch/alpha/lib/strrchr.S
parentia64: remove <asm/export.h> (diff)
downloadlinux-f3c78e949d3fb0afcc1bdd8e44b0902897fc2f84.tar.xz
linux-f3c78e949d3fb0afcc1bdd8e44b0902897fc2f84.zip
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/strrchr.S')
-rw-r--r--arch/alpha/lib/strrchr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/lib/strrchr.S b/arch/alpha/lib/strrchr.S
index 7650ba99b7e2..dd8e073b6cf2 100644
--- a/arch/alpha/lib/strrchr.S
+++ b/arch/alpha/lib/strrchr.S
@@ -6,7 +6,7 @@
* Return the address of the last occurrence of a given character
* within a null-terminated string, or null if it is not found.
*/
-#include <asm/export.h>
+#include <linux/export.h>
#include <asm/regdef.h>
.set noreorder