Re: [PATCH 3/9] arm64: vdso: Remove timekeeper include

From: Will Deacon
Date: Mon Oct 14 2024 - 09:59:57 EST


On Thu, Oct 10, 2024 at 05:44:46PM +0200, Thomas Weißschuh wrote:
> 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@xxxxxxxxxxxxx>
> ---
> 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 706c9c3a7a50a4574e77da296e9c83e1e2a9f5ab..8ef20c16bc482e92de8098d55000c9999b89830e 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>

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will