commit | 45e7f5d2889a35b6e1b0eecdcc2e0a1ebac071bf | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Jun 18 17:31:36 2018 +0200 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sun Jun 24 14:45:06 2018 +0100 |
tree | c4b519a99f20d9d9cb0ccac224b9015aa7b97eb9 | |
parent | 5f1d651fbfa7d9de678c58329c645727261e5cb8 [diff] |
iio: use timespec64 based interfaces for iio_get_time_ns() We have replacements for all the deprecated timespec based interfaces now, so this can finally convert iio_get_time_ns() to consistently use the nanosecond or timespec64 based interfaces instead, avoiding the y2038 overflow. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>