On Sun, Jan 14, 2018 at 11:21 AM, Jasmin J. <jasmin@xxxxxx> wrote: > From: Jasmin Jessich <jasmin@xxxxxx> > > Commit 828ee8c71950 ("media: uvcvideo: Use ktime_t for timestamps") > changed to use ktime_t for timestamps. Older Kernels use a struct for > ktime_t, which requires the conversion function ktime_to_ns to be used on > some places. With this patch it will compile now also for older Kernel > versions. > > Signed-off-by: Jasmin Jessich <jasmin@xxxxxx> Looks good to me, Acked-by: Arnd Bergmann <arnd@xxxxxxxx>