]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - kernel/time/timer.c
timer: Convert stub timer to timer_setup()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 18 Oct 2017 14:10:19 +0000 (16:10 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 18 Oct 2017 15:04:25 +0000 (17:04 +0200)
commitba16490eac146ebb178017e5de3d61c645552fab
tree4e7e7b47ed856567e9ba042b9aae5dc24ca51baa
parent32a6c7233c41216f5dd41fc7bf100eedb1063dfc
timer: Convert stub timer to timer_setup()

In preparation for unconditionally passing the struct timer_list pointer
to all timer callbacks, switch to using the new timer_setup() and
from_timer() to pass the timer pointer explicitly.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Kees Cook <keescook@chromium.org>
kernel/time/timer.c