diff options
author | 2014-07-16 21:04:43 +0000 | |
---|---|---|
committer | 2014-07-23 15:01:43 -0700 | |
commit | 6d9b757c6ce850d0fb61d31f48e7bae56240643b (patch) | |
tree | 56b4c30d4d289009a28b3a7df1cda3409a1e76d2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mfd: cros_ec_spi: Use ktime_get_ns() (diff) | |
download | linux-dev-6d9b757c6ce850d0fb61d31f48e7bae56240643b.tar.xz linux-dev-6d9b757c6ce850d0fb61d31f48e7bae56240643b.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions