]> asedeno.scripts.mit.edu Git - linux.git/commit
tee: replace getnstimeofday64() with ktime_get_real_ts64()
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Jun 2018 14:24:56 +0000 (16:24 +0200)
committerJens Wiklander <jens.wiklander@linaro.org>
Tue, 19 Jun 2018 14:37:14 +0000 (16:37 +0200)
commitcf89fe88a676d9482313b6b674e9edce34591400
treebab22fb32945e1b5de7a73e94903668887b7837b
parent29dcea88779c856c7dc92040a0c01233263101d4
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>
drivers/tee/optee/rpc.c