staging: rtl8723bs: remove get_monotonic_boottime()
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Jun 2018 15:06:50 +0000 (17:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jun 2018 13:05:04 +0000 (22:05 +0900)
commit8498887660dfc9a07659ad545bfec389eb1d1d3f
treeb33e4264d3f3163ceb55cc6e97e0c472b50e6098
parent8cc46a2cc2a1060538e7051f54bd921e8575f039
staging: rtl8723bs: remove get_monotonic_boottime()

get_monotonic_boottime() is deprecated because it uses the
old 'timespec' structure. This replaces one of the last callers
with a call to ktime_get_boottime, which also simplifies it
a bit by avoiding a double conversion.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c