From: Thomas Weißschuh Date: Thu, 10 Oct 2024 15:44:50 +0000 (+0200) Subject: x86/vdso: Remove timekeeper include X-Git-Tag: v6.13-rc1~172^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9025e3a6ecfcd9c9036778aa833211026c5ccf8b;p=thirdparty%2Flinux.git x86/vdso: Remove timekeeper include Since the generic VDSO clock mode storage is used, this header file is unused and can be removed. This avoids including a non-VDSO header while building the VDSO, which can lead to compilation errors. Signed-off-by: Thomas Weißschuh Signed-off-by: Thomas Gleixner Link: https://lore.kernel.org/all/20241010-vdso-generic-arch_update_vsyscall-v1-7-7fe5a3ea4382@linutronix.de --- diff --git a/arch/x86/include/asm/vdso/vsyscall.h b/arch/x86/include/asm/vdso/vsyscall.h index 67fedf1698b5e..a1f916b18400f 100644 --- a/arch/x86/include/asm/vdso/vsyscall.h +++ b/arch/x86/include/asm/vdso/vsyscall.h @@ -4,7 +4,6 @@ #ifndef __ASSEMBLY__ -#include #include #include #include