]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit785d3ccb1b72bc599d89531e986a14369e136850
tree46426812a05100b6a0cd68b238d281dcf45d8b46
parent47dde064abab577a3e206866183275b0259f6ce1
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