Skip to content

Commit 0483e5e

Browse files
t-8chThomas Gleixner
authored andcommitted
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
1 parent 4725344 commit 0483e5e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

include/linux/hrtimer_defs.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
1515
* this resolution values.
1616
*/
1717
# define HIGH_RES_NSEC 1
18-
# define KTIME_HIGH_RES (HIGH_RES_NSEC)
19-
# define MONOTONIC_RES_NSEC HIGH_RES_NSEC
20-
# define KTIME_MONOTONIC_RES KTIME_HIGH_RES
21-
22-
#else
23-
24-
# define MONOTONIC_RES_NSEC LOW_RES_NSEC
25-
# define KTIME_MONOTONIC_RES KTIME_LOW_RES
2618

2719
#endif
2820

0 commit comments

Comments
 (0)