USB: mon: use ktime_get_real_ts64 instead of getnstimeofday64
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Jun 2018 14:27:45 +0000 (16:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jun 2018 13:58:26 +0000 (21:58 +0800)
commit61ef4b90793b3c1905ed8cbec228ff63ecb1a5c5
tree32c3be8c2a0ad0e548da998dba326f8c6dd31297
parent8f9cc83c06d44081d7c7e179f778cbeb4d074fa7
USB: mon: use ktime_get_real_ts64 instead of getnstimeofday64

The two do the same thing, but we want to remove getnstimeofday64()
to have a more consistent interface.

It would be nice to use a monotonic clocksource here rather than
'real' time, but that would break the user interface.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/mon/mon_bin.c