diff options
Diffstat (limited to 'kernel/hrtimer.c')
-rw-r--r-- | kernel/hrtimer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index b675a67c9ac3..9002958a96e7 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
@@ -380,6 +380,8 @@ ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs) | |||
380 | return res; | 380 | return res; |
381 | } | 381 | } |
382 | 382 | ||
383 | EXPORT_SYMBOL_GPL(ktime_add_safe); | ||
384 | |||
383 | #ifdef CONFIG_DEBUG_OBJECTS_TIMERS | 385 | #ifdef CONFIG_DEBUG_OBJECTS_TIMERS |
384 | 386 | ||
385 | static struct debug_obj_descr hrtimer_debug_descr; | 387 | static struct debug_obj_descr hrtimer_debug_descr; |