aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/hrtimer.c')
-rw-r--r--kernel/hrtimer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index 43d151f185b6..052a0f53e4eb 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -1092,7 +1092,6 @@ static void __hrtimer_init(struct hrtimer *timer, clockid_t clock_id,
1092 clock_id = CLOCK_MONOTONIC; 1092 clock_id = CLOCK_MONOTONIC;
1093 1093
1094 timer->base = &cpu_base->clock_base[clock_id]; 1094 timer->base = &cpu_base->clock_base[clock_id];
1095 INIT_LIST_HEAD(&timer->cb_entry);
1096 hrtimer_init_timer_hres(timer); 1095 hrtimer_init_timer_hres(timer);
1097 1096
1098#ifdef CONFIG_TIMER_STATS 1097#ifdef CONFIG_TIMER_STATS