OSDN Git Service

timekeeping: remove unused {read,update}_persistent_clock
authorArnd Bergmann <arnd@arndb.de>
Tue, 14 Aug 2018 12:15:23 +0000 (14:15 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 18 Dec 2018 15:13:05 +0000 (16:13 +0100)
commit926617889dc8383a120c66a2ecf7959a69f96950
tree46426812a05100b6a0cd68b238d281dcf45d8b46
parent19f48591e67c83e74e1b612f180b96ce7f1eaf85
timekeeping: remove unused {read,update}_persistent_clock

After arch/sh has removed the last reference to these functions,
we can remove them completely and just rely on the 64-bit time_t
based versions. This cleans up a rather ugly use of __weak
functions.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: John Stultz <john.stultz@linaro.org>
include/linux/timekeeping32.h
kernel/time/ntp.c
kernel/time/timekeeping.c