diff options
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r-- | include/linux/hrtimer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index d8cdac2d28d6..9041405d0b71 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
@@ -136,7 +136,6 @@ struct hrtimer_cpu_base { | |||
136 | spinlock_t lock; | 136 | spinlock_t lock; |
137 | struct lock_class_key lock_key; | 137 | struct lock_class_key lock_key; |
138 | struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES]; | 138 | struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES]; |
139 | struct hrtimer *curr_timer; | ||
140 | }; | 139 | }; |
141 | 140 | ||
142 | /* | 141 | /* |