aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/hrtimer.c')
-rw-r--r--kernel/hrtimer.c2
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
383EXPORT_SYMBOL_GPL(ktime_add_safe);
384
383#ifdef CONFIG_DEBUG_OBJECTS_TIMERS 385#ifdef CONFIG_DEBUG_OBJECTS_TIMERS
384 386
385static struct debug_obj_descr hrtimer_debug_descr; 387static struct debug_obj_descr hrtimer_debug_descr;