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

tip-bot2 for Anna-Maria Behnsen posted 1 patch 1 year, 7 months ago
arch/x86/include/asm/vdso/vsyscall.h | 1 -
1 file changed, 1 deletion(-)
[tip: timers/core] x86/vdso: Remove unused include
Posted by tip-bot2 for Anna-Maria Behnsen 1 year, 7 months ago
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@linutronix.de>
AuthorDate:    Mon, 01 Jul 2024 16:47:58 +02:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
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@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Link: https://lore.kernel.org/r/20240701-vdso-cleanup-v1-5-36eb64e7ece2@linutronix.de

---
 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>