diff options
Diffstat (limited to 'kernel')
-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 cb8a15c19583..18f6906169da 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
@@ -332,6 +332,8 @@ ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs) | |||
332 | return res; | 332 | return res; |
333 | } | 333 | } |
334 | 334 | ||
335 | EXPORT_SYMBOL_GPL(ktime_add_safe); | ||
336 | |||
335 | #ifdef CONFIG_DEBUG_OBJECTS_TIMERS | 337 | #ifdef CONFIG_DEBUG_OBJECTS_TIMERS |
336 | 338 | ||
337 | static struct debug_obj_descr hrtimer_debug_descr; | 339 | static struct debug_obj_descr hrtimer_debug_descr; |