diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-07-16 21:04:43 +0000 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2014-07-23 15:01:43 -0700 |
commit | 6d9b757c6ce850d0fb61d31f48e7bae56240643b (patch) | |
tree | 56b4c30d4d289009a28b3a7df1cda3409a1e76d2 /mm/mincore.c | |
parent | 154adc14b1ce941b642a3775f2423c20d55c026b (diff) |
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 'mm/mincore.c')
0 files changed, 0 insertions, 0 deletions