projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a099bec
)
arm64: replace <asm-generic/export.h> with <linux/export.h>
author
Masahiro Yamada
<masahiroy@kernel.org>
Sun, 26 Nov 2023 15:10:45 +0000
(
00:10
+0900)
committer
Will Deacon
<will@kernel.org>
Tue, 5 Dec 2023 14:25:30 +0000
(14:25 +0000)
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
patch
|
blob
|
history
diff --git
a/arch/arm64/include/asm/assembler.h
b/arch/arm64/include/asm/assembler.h
index 376a980f2bad08bb5a823ef4d3e4eccb96892080..7b1975bf4b90e7a999de178140bc92aeb63f1c02 100644
(file)
--- a/
arch/arm64/include/asm/assembler.h
+++ b/
arch/arm64/include/asm/assembler.h
@@
-12,7
+12,7
@@
#ifndef __ASM_ASSEMBLER_H
#define __ASM_ASSEMBLER_H
-#include <
asm-generic
/export.h>
+#include <
linux
/export.h>
#include <asm/alternative.h>
#include <asm/asm-bug.h>