Add this export to allow tracers built as GPL modules to use ktime_get_mono_fast_ns().
Signed-off-by: Mathieu Desnoyers <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: John Stultz <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Steven Rostedt <[email protected]> --- kernel/time/timekeeping.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 2bd73b0..ce0b751 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c @@ -400,6 +400,7 @@ u64 notrace ktime_get_mono_fast_ns(void) { return ktime_get_fast_ns(&tk_fast_mono); } +EXPORT_SYMBOL_GPL(ktime_get_mono_fast_ns); #ifdef CONFIG_GENERIC_TIME_VSYSCALL_OLD -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

