From: Anna-Maria Behnsen Date: Mon, 1 Jul 2024 14:47:58 +0000 (+0200) Subject: x86/vdso: Remove unused include X-Git-Tag: v6.11-rc1~228^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b83be20ae60308f5da31c696137a9561c44c24c;p=thirdparty%2Fkernel%2Flinux.git x86/vdso: Remove unused include Including hrtimer.h is not required and is probably a historical leftover. Remove it. Signed-off-by: Anna-Maria Behnsen Signed-off-by: Thomas Gleixner Reviewed-by: Vincenzo Frascino Link: https://lore.kernel.org/r/20240701-vdso-cleanup-v1-5-36eb64e7ece2@linutronix.de --- diff --git a/arch/x86/include/asm/vdso/vsyscall.h b/arch/x86/include/asm/vdso/vsyscall.h index be199a9b26762..93226281b450e 100644 --- a/arch/x86/include/asm/vdso/vsyscall.h +++ b/arch/x86/include/asm/vdso/vsyscall.h @@ -4,7 +4,6 @@ #ifndef __ASSEMBLY__ -#include #include #include #include