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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent a099bec commit 8fd7588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)