Commit 8daa21e61be47a5b136c4ee1be82e391a5788696

Authored by Artem Bityutskiy
1 parent 3f36406f26

hrtimer: export ktime_add_safe

We want to use hrtimers in UBIFS (for write-buffer write-back timer).
We need the 'hrtimer_set_expires_range_ns()', which is an in-line
function which uses 'ktime_add_safe()'.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Acked-by: Ingo Molnar <mingo@elte.hu>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -332,6 +332,8 @@
332 332 return res;
333 333 }
334 334  
  335 +EXPORT_SYMBOL_GPL(ktime_add_safe);
  336 +
335 337 #ifdef CONFIG_DEBUG_OBJECTS_TIMERS
336 338  
337 339 static struct debug_obj_descr hrtimer_debug_descr;