commit | 0788f28575801dadbddbfbe11e0bcc8174fffee3 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Sat Oct 21 13:43:53 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Thu Nov 02 15:50:49 2017 -0700 |
tree | 5cf68e7def8511fc1b255d7d6bb4f5516aedea01 | |
parent | 200d24d63303cc2131c9da571f4ef72887e3aa82 [diff] |
drivers/macintosh: Convert timers to use timer_setup() In preparation for unconditionally passing the struct timer_list pointer to all timer callbacks, switch to using the new timer_setup() and from_timer() to pass the timer pointer explicitly. Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Kees Cook <keescook@chromium.org>