From: Johannes Berg <johannes.berg@xxxxxxxxx> This small helper inline was added in 3.17, we want to use it now so need to backport it. Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> --- backport/backport-include/linux/timekeeping.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backport/backport-include/linux/timekeeping.h b/backport/backport-include/linux/timekeeping.h index fe42e7170680..0eaee836015d 100644 --- a/backport/backport-include/linux/timekeeping.h +++ b/backport/backport-include/linux/timekeeping.h @@ -15,6 +15,11 @@ static inline u64 ktime_get_ns(void) { return ktime_to_ns(ktime_get()); } + +static inline u64 ktime_get_boot_ns(void) +{ + return ktime_to_ns(ktime_get_boottime()); +} #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(3,19,0) -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe backports" in