Commit 5254cb87 authored by YueHaibing's avatar YueHaibing Committed by Thomas Gleixner
Browse files

hrtimer: Remove unused inline function debug_hrtimer_free()

parent 4cd2bb12
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);