commit | c1eba5bcb6430868427e0b9d1cd1205a07302f06 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Sun Oct 22 18:18:19 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue Nov 21 15:57:12 2017 -0800 |
tree | 1bddfc4131bcc5281e31bd6bd33a7fc9e41ad36e | |
parent | 9477b4ad7019ad423cc88a6b83fa717a5d8d9857 [diff] |
timer: Pass timer_list pointer to callbacks unconditionally Now that all timer callbacks are already taking their struct timer_list pointer as the callback argument, just do this unconditionally and remove the .data field. 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>