]> git.itanic.dy.fi Git - linux-stable/commit
arm64: replace <asm-generic/export.h> with <linux/export.h>
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 26 Nov 2023 15:10:45 +0000 (00:10 +0900)
committerWill Deacon <will@kernel.org>
Tue, 5 Dec 2023 14:25:30 +0000 (14:25 +0000)
commit8fd7588fd4eefe2e474b433f930eba99415ece9e
tree201ccee3b4a5e5a5ff8d8336c2d3b59eac371f1c
parenta099bec7a81052a324d07c9be7c24dc92fbd8ad1
arm64: replace <asm-generic/export.h> with <linux/export.h>

Commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost")
deprecated <asm-generic/export.h>, which is now a wrapper of
<linux/export.h>.

Replace #include <asm-generic/export.h> with #include <linux/export.h>.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20231126151045.1556686-1-masahiroy@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/assembler.h