commit | cf89fe88a676d9482313b6b674e9edce34591400 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Jun 18 16:24:56 2018 +0200 |
committer | Jens Wiklander <jens.wiklander@linaro.org> | Tue Jun 19 16:37:14 2018 +0200 |
tree | bab22fb32945e1b5de7a73e94903668887b7837b | |
parent | 29dcea88779c856c7dc92040a0c01233263101d4 [diff] |
tee: replace getnstimeofday64() with ktime_get_real_ts64() The two do the same thing, but we want to have a consistent naming in the kernel. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>