]> git.baikalelectronics.ru Git - 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)
commit05a6ed3b6c07eadff62b11dc9137a8d0f3ae7173
tree337614b13dad20aa1c591c4392ca1302d322096a
parent76683d2408ae5598816c18a4a160c47e98e210ec
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