]> 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)
commit525d7e0ee013032a39acc0e741565b90d62b9ad7
tree337614b13dad20aa1c591c4392ca1302d322096a
parentbe1d31be7bd3d78e17d14c36529a38546c16cfc2
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