Re: [PATCH] ptp: replace getnstimeofday64() with ktime_get_real_ts64()

From: David Miller
Date: Tue Jun 19 2018 - 19:00:26 EST


From: Arnd Bergmann <arnd@xxxxxxxx>
Date: Mon, 18 Jun 2018 16:20:39 +0200

> getnstimeofday64() is deprecated and getting replaced throughout
> the kernel with ktime_get_*() based helpers for a more consistent
> interface.
>
> The two functions do the exact same thing, so this is just
> a cosmetic change.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Applied.