Re: [PATCH 5/8] timekeeping: remove unused {read,update}_persistent_clock

From: John Stultz
Date: Fri Dec 07 2018 - 11:56:58 EST


On Fri, Dec 7, 2018 at 5:49 AM Arnd Bergmann <arnd@xxxxxxxx> 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@xxxxxxxx>
> ---
> 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@xxxxxxxxxx>

thanks
-john