[tip: timers/vdso] arm64: vdso: Remove timekeeper include

tip-bot2 for Thomas Weißschuh posted 1 patch 1 month, 1 week ago
arch/arm64/kernel/vdso.c | 1 -
1 file changed, 1 deletion(-)
[tip: timers/vdso] arm64: vdso: Remove timekeeper include
Posted by tip-bot2 for Thomas Weißschuh 1 month, 1 week ago
The following commit has been merged into the timers/vdso branch of tip:

Commit-ID:     8603652569f9c10744f204466dcf527653591d1b
Gitweb:        https://git.kernel.org/tip/8603652569f9c10744f204466dcf527653591d1b
Author:        Thomas Weißschuh <thomas.weissschuh@linutronix.de>
AuthorDate:    Thu, 10 Oct 2024 17:44:46 +02:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Tue, 15 Oct 2024 17:50:29 +02:00

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 <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/all/20241010-vdso-generic-arch_update_vsyscall-v1-3-7fe5a3ea4382@linutronix.de

---
 arch/arm64/kernel/vdso.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/kernel/vdso.c b/arch/arm64/kernel/vdso.c
index 706c9c3..8ef20c1 100644
--- a/arch/arm64/kernel/vdso.c
+++ b/arch/arm64/kernel/vdso.c
@@ -19,7 +19,6 @@
 #include <linux/signal.h>
 #include <linux/slab.h>
 #include <linux/time_namespace.h>
-#include <linux/timekeeper_internal.h>
 #include <linux/vmalloc.h>
 #include <vdso/datapage.h>
 #include <vdso/helpers.h>