Skip to content

Commit 8fd7588

Browse files
masahir0ywilldeacon
authored andcommitted
arm64: replace <asm-generic/export.h> with <linux/export.h>
Commit ddb5cdb ("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>
1 parent a099bec commit 8fd7588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/include/asm/assembler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#ifndef __ASM_ASSEMBLER_H
1313
#define __ASM_ASSEMBLER_H
1414

15-
#include <asm-generic/export.h>
15+
#include <linux/export.h>
1616

1717
#include <asm/alternative.h>
1818
#include <asm/asm-bug.h>

0 commit comments

Comments
 (0)