Re: [PATCH 6/9] s390/vdso: Remove timekeeper includes

From: Heiko Carstens
Date: Thu Oct 10 2024 - 12:02:21 EST


On Thu, Oct 10, 2024 at 05:44:49PM +0200, Thomas Weißschuh wrote:
> 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.
>
> Also drop the comment which is out of date and in the wrong place.
>
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
> ---
> arch/s390/include/asm/vdso/vsyscall.h | 5 -----
> arch/s390/kernel/time.c | 1 -
> 2 files changed, 6 deletions(-)

Acked-by: Heiko Carstens <hca@xxxxxxxxxxxxx>