diff options
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r-- | include/linux/hrtimer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 7a9e7ee0f35c..6bc1804bfbfa 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
@@ -151,6 +151,7 @@ struct hrtimer_clock_base { | |||
151 | enum hrtimer_base_type { | 151 | enum hrtimer_base_type { |
152 | HRTIMER_BASE_REALTIME, | 152 | HRTIMER_BASE_REALTIME, |
153 | HRTIMER_BASE_MONOTONIC, | 153 | HRTIMER_BASE_MONOTONIC, |
154 | HRTIMER_BASE_BOOTTIME, | ||
154 | HRTIMER_MAX_CLOCK_BASES, | 155 | HRTIMER_MAX_CLOCK_BASES, |
155 | }; | 156 | }; |
156 | 157 | ||