alistair23-linux/drivers/usb/mon
Arnd Bergmann 61ef4b9079 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>
2018-06-25 21:58:26 +08:00
..
Kconfig
Makefile
mon_bin.c USB: mon: use ktime_get_real_ts64 instead of getnstimeofday64 2018-06-25 21:58:26 +08:00
mon_main.c
mon_stat.c
mon_text.c USB: mon: no need to check return value of debugfs_create functions 2018-05-31 12:54:21 +02:00
usb_mon.h