-----Original Message----- From: Arnd Bergmann [mailto:arnd@arndb.de] Sent: Monday, June 18, 2018 10:21 PM To: Richard Cochran richardcochran@gmail.com; Y.b. Lu yangbo.lu@nxp.com Cc: y2038@lists.linaro.org; Arnd Bergmann arnd@arndb.de; David S. Miller davem@davemloft.net; Fabio Estevam fabio.estevam@nxp.com; netdev@vger.kernel.org; linux-kernel@vger.kernel.org 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 arnd@arndb.de
[Y.b. Lu] Acked-by: Yangbo Lu yangbo.lu@nxp.com