Skip to content

Commit 9010e38

Browse files
YueHaibingKAGA-KOKO
authored andcommitted
timers: Remove unused inline funtion debug_timer_free()
There is no caller in tree, remove it. Signed-off-by: YueHaibing <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5254cb8 commit 9010e38

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

kernel/time/timer.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -732,11 +732,6 @@ static inline void debug_timer_deactivate(struct timer_list *timer)
732732
debug_object_deactivate(timer, &timer_debug_descr);
733733
}
734734

735-
static inline void debug_timer_free(struct timer_list *timer)
736-
{
737-
debug_object_free(timer, &timer_debug_descr);
738-
}
739-
740735
static inline void debug_timer_assert_init(struct timer_list *timer)
741736
{
742737
debug_object_assert_init(timer, &timer_debug_descr);

0 commit comments

Comments
 (0)