diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-07-16 23:04:38 +0200 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2014-07-23 19:18:07 +0200 |
commit | f2dec1eae8029bb056a3c1b2d3373681fa8e3e7a (patch) | |
tree | d3f8daca72af614d8d9e8e5c8b5e4a07adb8c6c0 /drivers/connector | |
parent | delayacct: Remove braindamaged type conversions (diff) | |
download | linux-f2dec1eae8029bb056a3c1b2d3373681fa8e3e7a.tar.xz linux-f2dec1eae8029bb056a3c1b2d3373681fa8e3e7a.zip |
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>
Diffstat (limited to 'drivers/connector')
0 files changed, 0 insertions, 0 deletions