Skip to content

Commit

Permalink
timers: Remove unused inline funtion debug_timer_free()
Browse files Browse the repository at this point in the history
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/20200909134749.32300-1-yuehaibing@huawei.com
  • Loading branch information
YueHaibing authored and Thomas Gleixner committed Oct 26, 2020
1 parent 5254cb8 commit 9010e38
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kernel/time/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,11 +732,6 @@ static inline void debug_timer_deactivate(struct timer_list *timer)
debug_object_deactivate(timer, &timer_debug_descr);
}

static inline void debug_timer_free(struct timer_list *timer)
{
debug_object_free(timer, &timer_debug_descr);
}

static inline void debug_timer_assert_init(struct timer_list *timer)
{
debug_object_assert_init(timer, &timer_debug_descr);
Expand Down

0 comments on commit 9010e38

Please sign in to comment.