diff options
| author | Thomas Weißschuh <thomas.weissschuh@linutronix.de> | 2026-01-07 11:36:56 +0100 |
|---|---|---|
| committer | Thomas Gleixner <tglx@kernel.org> | 2026-01-13 11:05:48 +0100 |
| commit | 0483e5e1dc78f53c540b19231e9cf5571ce01d50 (patch) | |
| tree | 4ff84944f1a90d84869c51a907f9c6feb1ed5565 /include | |
| parent | 4725344462362e2ce2645f354737a8ea4280fa57 (diff) | |
hrtimer: Remove unused resolution constants
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/hrtimer_defs.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/hrtimer_defs.h b/include/linux/hrtimer_defs.h index aa49ffa130e5..e0280d851455 100644 --- a/include/linux/hrtimer_defs.h +++ b/include/linux/hrtimer_defs.h @@ -15,14 +15,6 @@ * 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 |
