Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masahiro Yamada and committed by
Will Deacon
8fd7588f a099bec7

+1 -1
+1 -1
arch/arm64/include/asm/assembler.h
··· 12 12 #ifndef __ASM_ASSEMBLER_H 13 13 #define __ASM_ASSEMBLER_H 14 14 15 - #include <asm-generic/export.h> 15 + #include <linux/export.h> 16 16 17 17 #include <asm/alternative.h> 18 18 #include <asm/asm-bug.h>