On Fri, Dec 7, 2018 at 5:49 AM Arnd Bergmann arnd@arndb.de wrote:
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
include/linux/timekeeping32.h | 6 ------ kernel/time/ntp.c | 10 +--------- kernel/time/timekeeping.c | 12 ++---------- 3 files changed, 3 insertions(+), 25 deletions(-)
Acked-by: John Stultz john.stultz@linaro.org
thanks -john