]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - kernel/sys.c
sysinfo: Remove get_monotonic_boottime()
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Jun 2018 15:00:38 +0000 (17:00 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 19 Jun 2018 07:56:27 +0000 (09:56 +0200)
commitdc1b7b6ca9d5fa905c164a667086d8a3d8605875
tree9199897713aa846fa047c681387197e4f5d3debd
parent58a10456d7175fa674b951f1fd7ead3d9a550db4
sysinfo: 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.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: y2038@lists.linaro.org
Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Link: https://lkml.kernel.org/r/20180618150114.849216-1-arnd@arndb.de
kernel/sys.c