+1
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Upstream commit 2456e855 ("ktime: Get rid of the union") got rid of ktime union, just kept ktime_t as simple typedef of type s64. So remove ktime.tv64 references and use ktime directly instead. Also include <linux/ktime.h> to declare ktime_t type. Signed-off-by:Amit Pundir <amit.pundir@linaro.org>