projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a749fd
)
x86/headers: Remove unnecessary #include <asm/export.h>
author
Masahiro Yamada
<masahiroy@kernel.org>
Sun, 6 Aug 2023 14:59:55 +0000
(23:59 +0900)
committer
Ingo Molnar
<mingo@kernel.org>
Tue, 3 Oct 2023 08:38:07 +0000
(10:38 +0200)
There is no EXPORT_SYMBOL() line there, hence #include <asm/export.h>
is unnecessary.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link:
https://lore.kernel.org/r/20230806145958.380314-1-masahiroy@kernel.org
arch/x86/entry/vdso/vsgx.S
patch
|
blob
|
history
diff --git
a/arch/x86/entry/vdso/vsgx.S
b/arch/x86/entry/vdso/vsgx.S
index d77d278ee9dd6d2c9745d564ae22e16dfe1b060b..37a3d4c0236699dd968a96cabc3d46bb78d65ac0 100644
(file)
--- a/
arch/x86/entry/vdso/vsgx.S
+++ b/
arch/x86/entry/vdso/vsgx.S
@@
-1,7
+1,6
@@
/* SPDX-License-Identifier: GPL-2.0 */
#include <linux/linkage.h>
-#include <asm/export.h>
#include <asm/errno.h>
#include <asm/enclu.h>