[tip: x86/headers] x86/headers: Remove unnecessary #include <asm/export.h>

tip-bot2 for Masahiro Yamada posted 1 patch 2 years, 2 months ago
arch/x86/entry/vdso/vsgx.S | 1 -
1 file changed, 1 deletion(-)
[tip: x86/headers] x86/headers: Remove unnecessary #include <asm/export.h>
Posted by tip-bot2 for Masahiro Yamada 2 years, 2 months ago
The following commit has been merged into the x86/headers branch of tip:

Commit-ID:     b425232c676b264faa9edb0b6cece4bd08d8ee82
Gitweb:        https://git.kernel.org/tip/b425232c676b264faa9edb0b6cece4bd08d8ee82
Author:        Masahiro Yamada <masahiroy@kernel.org>
AuthorDate:    Sun, 06 Aug 2023 23:59:55 +09:00
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Tue, 03 Oct 2023 10:38:07 +02:00

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
---
 arch/x86/entry/vdso/vsgx.S | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/entry/vdso/vsgx.S b/arch/x86/entry/vdso/vsgx.S
index d77d278..37a3d4c 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>