commit | 354b46b1a0adda1dd5b7f0bc2a5604cca091be5f | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Sun Oct 22 19:15:40 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue Nov 21 15:57:13 2017 -0800 |
tree | 337614b13dad20aa1c591c4392ca1302d322096a | |
parent | c1eba5bcb6430868427e0b9d1cd1205a07302f06 [diff] |
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>