]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a2fdf484b1020fa92812b9e82189cbe9d97d6ec
treeb33e4264d3f3163ceb55cc6e97e0c472b50e6098
parentf092a87454e1f652fded42449f651cc47af43d63
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