diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-06 23:59:55 +0900 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2023-10-03 10:38:07 +0200 |
commit | b425232c676b264faa9edb0b6cece4bd08d8ee82 (patch) | |
tree | 1cd13718e54570a96080220780c298c227db443f /arch/x86/entry | |
parent | 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa (diff) |
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.S | 1 |
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> |