Re: [PATCH 5/5] x86/vdso: Remove unused include
From: Vincenzo Frascino
Date: Mon Jul 01 2024 - 12:19:21 EST
On 01/07/2024 15:47, Anna-Maria Behnsen wrote:
> Including hrtimer.h is not required and is probably a historical
> leftover. Remove it.
>
> Cc: Ingo Molnar <mingo@xxxxxxxxxx>
> Cc: Borislav Petkov <bp@xxxxxxxxx>
> Cc: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>
> Cc: H. Peter Anvin <hpa@xxxxxxxxx>
> Cc: x86@xxxxxxxxxx
> Signed-off-by: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
> ---
> arch/x86/include/asm/vdso/vsyscall.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/x86/include/asm/vdso/vsyscall.h b/arch/x86/include/asm/vdso/vsyscall.h
> index be199a9b2676..93226281b450 100644
> --- a/arch/x86/include/asm/vdso/vsyscall.h
> +++ b/arch/x86/include/asm/vdso/vsyscall.h
> @@ -4,7 +4,6 @@
>
> #ifndef __ASSEMBLY__
>
> -#include <linux/hrtimer.h>
> #include <linux/timekeeper_internal.h>
> #include <vdso/datapage.h>
> #include <asm/vgtod.h>
>
--
Regards,
Vincenzo