Thomas Gleixner
f2dec1eae8
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 <tglx@linutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
2014-07-23 10:18:07 -07:00
..
2014-07-23 10:18:07 -07:00
2012-04-30 10:45:26 +10:00
2013-12-09 11:40:27 +11:00
2012-07-10 19:18:03 +10:00
2013-06-10 11:52:09 +01:00
2011-05-19 15:30:59 +10:00
2010-11-29 15:48:20 +11:00
2011-10-31 19:30:44 -04:00
2008-04-24 21:08:13 +10:00
2009-01-08 16:25:16 +11:00
2011-10-31 19:30:40 -04:00
2012-09-10 09:59:10 +10:00
2012-09-10 09:59:10 +10:00
2011-10-31 19:30:38 -04:00
2011-10-31 19:30:44 -04:00
2014-06-24 14:05:59 +10:00
2012-12-11 17:22:28 -08:00
2011-04-27 14:18:29 +10:00
2011-06-10 14:55:36 +02:00
2013-10-24 11:50:35 +01:00
2013-10-24 11:42:57 +01:00
2008-04-24 21:08:13 +10:00
2008-04-24 21:08:14 +10:00
2011-10-31 19:30:37 -04:00
2012-08-21 13:18:23 -07:00
2014-03-05 15:55:04 +11:00
2011-05-26 13:38:58 +10:00
2013-12-30 14:17:13 +11:00
2013-04-10 13:19:26 +02:00
2013-04-10 13:19:26 +02:00
2012-07-10 19:16:07 +10:00
2008-07-22 10:39:31 +10:00
2013-04-24 14:22:30 +10:00
2012-04-02 14:00:03 +10:00
2014-03-10 17:26:19 -07:00
2013-01-03 15:57:04 -08:00
2014-04-23 10:05:26 +10:00
2011-04-27 14:18:29 +10:00
2013-10-24 11:50:35 +01:00
2014-07-23 10:18:07 -07:00
2013-01-10 17:01:16 +11:00
2011-10-31 19:30:44 -04:00
2013-10-24 11:42:57 +01:00
2011-10-31 19:30:41 -04:00
2011-10-31 19:30:44 -04:00
2014-07-11 12:55:05 +10:00