Skip to content

Commit b425232

Browse files
masahir0yIngo Molnar
authored andcommitted
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
1 parent 8a749fd commit b425232

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/entry/vdso/vsgx.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
22

33
#include <linux/linkage.h>
4-
#include <asm/export.h>
54
#include <asm/errno.h>
65
#include <asm/enclu.h>
76

0 commit comments

Comments
 (0)