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