Files
linux/drivers/misc
Thomas Gleixner 6d9b757c6c 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 <tglx@linutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
2014-07-23 15:01:43 -07:00
..
2014-02-28 14:08:42 -08:00
2013-05-28 12:02:13 +02:00
2013-08-27 08:28:01 -07:00
2014-07-23 15:01:43 -07:00
2014-06-25 13:49:53 +02:00
2013-03-02 08:52:17 -06:00
2014-02-14 18:53:58 -08:00