include/linux/hrtimer.h | 15 --------------- include/linux/hrtimer_defs.h | 20 -------------------- kernel/time/hrtimer.c | 14 +++++++++++--- 3 files changed, 11 insertions(+), 38 deletions(-)
Remove some definitions from the global linux/hrtimer.h header. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> --- Thomas Weißschuh (3): hrtimer: Remove unused resolution constants hrtimer: Remove public definition of HIGH_RES_NSEC hrtimer: Drop _tv64() helpers include/linux/hrtimer.h | 15 --------------- include/linux/hrtimer_defs.h | 20 -------------------- kernel/time/hrtimer.c | 14 +++++++++++--- 3 files changed, 11 insertions(+), 38 deletions(-) --- base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8 change-id: 20260105-hrtimer-header-cleanup-e55d98e811f8 Best regards, -- Thomas Weißschuh <thomas.weissschuh@linutronix.de>