diff options
Diffstat (limited to 'kernel/hrtimer.c')
-rw-r--r-- | kernel/hrtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index ab80515008f4..3c00794bc88e 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
@@ -1086,7 +1086,7 @@ ktime_t hrtimer_get_remaining(const struct hrtimer *timer) | |||
1086 | } | 1086 | } |
1087 | EXPORT_SYMBOL_GPL(hrtimer_get_remaining); | 1087 | EXPORT_SYMBOL_GPL(hrtimer_get_remaining); |
1088 | 1088 | ||
1089 | #if defined(CONFIG_NO_IDLE_HZ) || defined(CONFIG_NO_HZ) | 1089 | #ifdef CONFIG_NO_HZ |
1090 | /** | 1090 | /** |
1091 | * hrtimer_get_next_event - get the time until next expiry event | 1091 | * hrtimer_get_next_event - get the time until next expiry event |
1092 | * | 1092 | * |