Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

hrtimer: Remove hrtimer_get_expires_ns()

There are no users left.

Signed-off-by: Thomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260311-hrtimer-cleanups-v1-6-095357392669@linutronix.de

authored by

Thomas Weißschuh (Schneider Electric) and committed by
Thomas Gleixner
8ef28070 112c685f

-5
-5
include/linux/hrtimer.h
··· 116 116 return timer->_softexpires; 117 117 } 118 118 119 - static inline s64 hrtimer_get_expires_ns(const struct hrtimer *timer) 120 - { 121 - return ktime_to_ns(timer->node.expires); 122 - } 123 - 124 119 ktime_t hrtimer_cb_get_time(const struct hrtimer *timer); 125 120 126 121 static inline ktime_t hrtimer_expires_remaining(const struct hrtimer *timer)