diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-07-16 23:04:40 +0200 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2014-07-23 19:18:07 +0200 |
commit | 9e93f21b4309572c646bd8141a4853be5c031523 (patch) | |
tree | c90ff5bf99d92a78308fd4b3ac7b54acaaccedcc /drivers/mfd/cros_ec_spi.c | |
parent | powerpc: cell: Use ktime_get_ns() (diff) | |
download | linux-9e93f21b4309572c646bd8141a4853be5c031523.tar.xz linux-9e93f21b4309572c646bd8141a4853be5c031523.zip |
connector: 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>
Cc: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'drivers/mfd/cros_ec_spi.c')
0 files changed, 0 insertions, 0 deletions