On Thu, Oct 10, 2024 at 05:44:44PM +0200, Thomas Weißschuh wrote: > No implementation of this hook uses the passed in timekeeper anymore. > > This avoids including a non-VDSO header while building the VDSO, > which can lead to compilation errors. > > Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx> > --- > arch/arm64/include/asm/vdso/vsyscall.h | 3 +-- > include/asm-generic/vdso/vsyscall.h | 3 +-- > kernel/time/vsyscall.c | 2 +- > 3 files changed, 3 insertions(+), 5 deletions(-) Acked-by: Will Deacon <will@xxxxxxxxxx> Will