Skip to content

Commit 5254cb8

Browse files
YueHaibingKAGA-KOKO
authored andcommitted
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
1 parent 4cd2bb1 commit 5254cb8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

kernel/time/hrtimer.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -425,11 +425,6 @@ static inline void debug_hrtimer_deactivate(struct hrtimer *timer)
425425
debug_object_deactivate(timer, &hrtimer_debug_descr);
426426
}
427427

428-
static inline void debug_hrtimer_free(struct hrtimer *timer)
429-
{
430-
debug_object_free(timer, &hrtimer_debug_descr);
431-
}
432-
433428
static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id,
434429
enum hrtimer_mode mode);
435430

0 commit comments

Comments
 (0)