From: Thomas Gleixner Date: Wed, 16 Jul 2014 21:04:43 +0000 (+0000) Subject: misc: ioc4: Use ktime_get_ns() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~152^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9b757c6ce850d0fb61d31f48e7bae56240643b;p=pandora-kernel.git misc: ioc4: Use ktime_get_ns() Replace the ever recurring: ts = ktime_get_ts(); ns = timespec_to_ns(&ts); with ns = ktime_get_ns(); Signed-off-by: Thomas Gleixner Acked-by: Arnd Bergmann Acked-by: Greg Kroah-Hartman Signed-off-by: John Stultz --- Reading git-diff-tree failed