[tip: timers/core] x86/vdso: Remove unused include

From: tip-bot2 for Anna-Maria Behnsen
Date: Wed Jul 03 2024 - 15:36:40 EST


The following commit has been merged into the timers/core branch of tip:

Commit-ID: 2b83be20ae60308f5da31c696137a9561c44c24c
Gitweb: https://git.kernel.org/tip/2b83be20ae60308f5da31c696137a9561c44c24c
Author: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>
AuthorDate: Mon, 01 Jul 2024 16:47:58 +02:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitterDate: Wed, 03 Jul 2024 21:27:04 +02:00

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 <anna-maria@xxxxxxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Link: https://lore.kernel.org/r/20240701-vdso-cleanup-v1-5-36eb64e7ece2@xxxxxxxxxxxxx

---
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 be199a9..9322628 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>