Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Masahiro Yamada and committed by
Ingo Molnar
b425232c 8a749fd1

-1
-1
arch/x86/entry/vdso/vsgx.S
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 2 3 3 #include <linux/linkage.h> 4 - #include <asm/export.h> 5 4 #include <asm/errno.h> 6 5 #include <asm/enclu.h> 7 6