]> git.itanic.dy.fi Git - linux-stable/commitdiff
x86/headers: Remove unnecessary #include <asm/export.h>
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 6 Aug 2023 14:59:55 +0000 (23:59 +0900)
committerIngo 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

index d77d278ee9dd6d2c9745d564ae22e16dfe1b060b..37a3d4c0236699dd968a96cabc3d46bb78d65ac0 100644 (file)
@@ -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>