diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-20 08:33:52 +0900 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-22 18:12:46 +0900 |
| commit | f3c78e949d3fb0afcc1bdd8e44b0902897fc2f84 (patch) | |
| tree | 4c51243c19b53f39f5125dbc619608231c5cb5f3 /arch/alpha/lib/csum_ipv6_magic.S | |
| parent | b154f642399a9754f21257411a93ac15fc28efab (diff) | |
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/csum_ipv6_magic.S')
| -rw-r--r-- | arch/alpha/lib/csum_ipv6_magic.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/lib/csum_ipv6_magic.S b/arch/alpha/lib/csum_ipv6_magic.S index c7b213ab01ab..273c426c3859 100644 --- a/arch/alpha/lib/csum_ipv6_magic.S +++ b/arch/alpha/lib/csum_ipv6_magic.S @@ -13,7 +13,7 @@ * added by Ivan Kokshaysky <ink@jurassic.park.msu.ru> */ -#include <asm/export.h> +#include <linux/export.h> .globl csum_ipv6_magic .align 4 .ent csum_ipv6_magic |