ptp: replace getnstimeofday64() with ktime_get_real_ts64()
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Jun 2018 14:20:39 +0000 (16:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Jun 2018 22:59:53 +0000 (07:59 +0900)
commitf696a21c229ac3e85bc239efc52f4530b43002c5
tree468dd0613b3c9781a322164399acb2d34c0cd1cb
parent9b0a8da8c4c6e91012ab03a801acc5d8011c7c2f
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>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/ptp_chardev.c
drivers/ptp/ptp_qoriq.c