From: Thomas Gleixner Date: Wed, 16 Jul 2014 21:04:41 +0000 (+0000) Subject: mfd: cros_ec_spi: Use ktime_get_ns() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~152^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154adc14b1ce941b642a3775f2423c20d55c026b;p=pandora-kernel.git mfd: cros_ec_spi: 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: Lee Jones Signed-off-by: John Stultz --- Reading git-diff-tree failed