]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
hrtimer: Remove unused resolution constants
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Wed, 7 Jan 2026 10:36:56 +0000 (11:36 +0100)
committerThomas Gleixner <tglx@kernel.org>
Tue, 13 Jan 2026 10:05:48 +0000 (11:05 +0100)
These constants are never used, remove them.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260107-hrtimer-header-cleanup-v1-1-1a698ef0ddae@linutronix.de
include/linux/hrtimer_defs.h

index aa49ffa130e57f7278a7d9f96a6d86e6630c69de..e0280d851455f5424b55bec7450161cfddd0d80f 100644 (file)
  * this resolution values.
  */
 # define HIGH_RES_NSEC         1
-# define KTIME_HIGH_RES                (HIGH_RES_NSEC)
-# define MONOTONIC_RES_NSEC    HIGH_RES_NSEC
-# define KTIME_MONOTONIC_RES   KTIME_HIGH_RES
-
-#else
-
-# define MONOTONIC_RES_NSEC    LOW_RES_NSEC
-# define KTIME_MONOTONIC_RES   KTIME_LOW_RES
 
 #endif