[PATCH 0/2] timekeeping: Move the vDSO update declarations into a private header

From: Thomas Weißschuh

Date: Tue Jul 07 2026 - 02:08:30 EST


All architectures are now fully using the generic vDSO infrastructure.
They don't need these declarations anymore to implement the functions
in architecture-specific code.

Move them to the private header.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
---
Thomas Weißschuh (2):
timekeeping: Fold vdso_time_update_aux() declarations into the generic ifdeffery
timekeeping: Move the vDSO update declarations into a private header

include/linux/timekeeper_internal.h | 21 ---------------------
kernel/time/time.c | 1 +
kernel/time/timekeeping_internal.h | 21 +++++++++++++++++++++
3 files changed, 22 insertions(+), 21 deletions(-)
---
base-commit: a73d7f98e41a96d6e1bcb0e731ab185d9d67878e
change-id: 20260706-timekeeping-header-cleanup-22ba511e990f

Best regards,
--
Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>