]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
timer: Switch callback prototype to take struct timer_list * argument
authorKees Cook <keescook@chromium.org>
Mon, 23 Oct 2017 02:15:40 +0000 (19:15 -0700)
committerKees Cook <keescook@chromium.org>
Tue, 21 Nov 2017 23:57:13 +0000 (15:57 -0800)
commit354b46b1a0adda1dd5b7f0bc2a5604cca091be5f
tree337614b13dad20aa1c591c4392ca1302d322096a
parentc1eba5bcb6430868427e0b9d1cd1205a07302f06
timer: Switch callback prototype to take struct timer_list * argument

Since all callbacks have been converted, we can switch the core
prototype to "struct timer_list *" now too.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
include/linux/timer.h
kernel/time/timer.c