diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-20 01:33:52 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-22 11:12:46 +0200 |
commit | f3c78e949d3fb0afcc1bdd8e44b0902897fc2f84 (patch) | |
tree | 4c51243c19b53f39f5125dbc619608231c5cb5f3 /arch/alpha/lib/memchr.S | |
parent | ia64: remove <asm/export.h> (diff) | |
download | linux-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/memchr.S')
-rw-r--r-- | arch/alpha/lib/memchr.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/lib/memchr.S b/arch/alpha/lib/memchr.S index c13d3eca2e05..45366e32feee 100644 --- a/arch/alpha/lib/memchr.S +++ b/arch/alpha/lib/memchr.S @@ -31,7 +31,7 @@ For correctness consider that: - only minimum number of quadwords may be accessed - the third argument is an unsigned long */ -#include <asm/export.h> +#include <linux/export.h> .set noreorder .set noat |