From: Thomas Weißschuh Date: Thu, 10 Oct 2024 15:44:46 +0000 (+0200) Subject: arm64: vdso: Remove timekeeper include X-Git-Tag: v6.13-rc1~172^2~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8603652569f9c10744f204466dcf527653591d1b;p=thirdparty%2Flinux.git arm64: vdso: Remove timekeeper include Since the generic VDSO clock mode storage is used, this header file is unused and can be removed. Signed-off-by: Thomas Weißschuh Signed-off-by: Thomas Gleixner Acked-by: Will Deacon Link: https://lore.kernel.org/all/20241010-vdso-generic-arch_update_vsyscall-v1-3-7fe5a3ea4382@linutronix.de --- diff --git a/arch/arm64/kernel/vdso.c b/arch/arm64/kernel/vdso.c index 706c9c3a7a50a..8ef20c16bc482 100644 --- a/arch/arm64/kernel/vdso.c +++ b/arch/arm64/kernel/vdso.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include