diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-06-18 18:11:15 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-06-27 19:10:21 +0300 |
commit | 71e140b57151425829f87a0aaaa87636860dd7d2 (patch) | |
tree | c1e1335506f3ab4dd5b3f863ea33aab33570a4ed /drivers/net/wireless/intel/ipw2x00 | |
parent | 22d0d2fafca93ba1d92a2fbd4a60463c919a12ad (diff) | |
download | linux-71e140b57151425829f87a0aaaa87636860dd7d2.tar.xz |
zd1211rw: stop using deprecated get_seconds()
The get_seconds() function is deprecated because of the y2038 overflow.
In zd1211rw we don't even care about the absolute value, so this is
not a problem, but it's equally trivial to change to the non-deprecated
ktime_get_seconds().
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/intel/ipw2x00')
0 files changed, 0 insertions, 0 deletions