diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-09-09 15:48:50 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-10-26 11:39:21 +0100 |
commit | 5254cb87c0423f73c8036235795788a132e8956e (patch) | |
tree | e5b03b82a715e68d97813542e87d42fe97b82356 | |
parent | time/sched_clock: Mark sched_clock_read_begin/retry() as notrace (diff) | |
download | linux-5254cb87c0423f73c8036235795788a132e8956e.tar.xz linux-5254cb87c0423f73c8036235795788a132e8956e.zip |
hrtimer: Remove unused inline function debug_hrtimer_free()
There is no caller in tree, remove it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200909134850.21940-1-yuehaibing@huawei.com
-rw-r--r-- | kernel/time/hrtimer.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c index 3624b9b5835d..387b4bef7dd1 100644 --- a/kernel/time/hrtimer.c +++ b/kernel/time/hrtimer.c @@ -425,11 +425,6 @@ static inline void debug_hrtimer_deactivate(struct hrtimer *timer) debug_object_deactivate(timer, &hrtimer_debug_descr); } -static inline void debug_hrtimer_free(struct hrtimer *timer) -{ - debug_object_free(timer, &hrtimer_debug_descr); -} - static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id, enum hrtimer_mode mode); |