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 421be5fe5cc7..543d9ca9b4f4 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
@@ -1078,7 +1078,7 @@ ktime_t hrtimer_get_remaining(const struct hrtimer *timer) | |||
1078 | } | 1078 | } |
1079 | EXPORT_SYMBOL_GPL(hrtimer_get_remaining); | 1079 | EXPORT_SYMBOL_GPL(hrtimer_get_remaining); |
1080 | 1080 | ||
1081 | #if defined(CONFIG_NO_IDLE_HZ) || defined(CONFIG_NO_HZ) | 1081 | #ifdef CONFIG_NO_HZ |
1082 | /** | 1082 | /** |
1083 | * hrtimer_get_next_event - get the time until next expiry event | 1083 | * hrtimer_get_next_event - get the time until next expiry event |
1084 | * | 1084 | * |