> -----Original Message----- > From: Arnd Bergmann [mailto:[email protected]] > Sent: Monday, June 18, 2018 10:21 PM > To: Richard Cochran <[email protected]>; Y.b. Lu > <[email protected]> > Cc: [email protected]; Arnd Bergmann <[email protected]>; David S. Miller > <[email protected]>; Fabio Estevam <[email protected]>; > [email protected]; [email protected] > Subject: [PATCH] ptp: replace getnstimeofday64() with ktime_get_real_ts64() > > 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 <[email protected]>
[Y.b. Lu] Acked-by: Yangbo Lu <[email protected]> _______________________________________________ Y2038 mailing list [email protected] https://lists.linaro.org/mailman/listinfo/y2038
