summaryrefslogtreecommitdiff
path: root/arch/x86/entry
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-08-06 17:59:55 +0300
committerIngo Molnar <mingo@kernel.org>2023-10-03 11:38:07 +0300
commitb425232c676b264faa9edb0b6cece4bd08d8ee82 (patch)
tree1cd13718e54570a96080220780c298c227db443f /arch/x86/entry
parent8a749fd1a8720d4619c91c8b6e7528c0a355c0aa (diff)
downloadlinux-b425232c676b264faa9edb0b6cece4bd08d8ee82.tar.xz
x86/headers: Remove unnecessary #include <asm/export.h>
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
Diffstat (limited to 'arch/x86/entry')
-rw-r--r--arch/x86/entry/vdso/vsgx.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/entry/vdso/vsgx.S b/arch/x86/entry/vdso/vsgx.S
index d77d278ee9dd..37a3d4c02366 100644
--- 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>