drivers/macintosh: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Sat, 21 Oct 2017 20:43:53 +0000 (13:43 -0700)
committerKees Cook <keescook@chromium.org>
Thu, 2 Nov 2017 22:50:49 +0000 (15:50 -0700)
commit0788f28575801dadbddbfbe11e0bcc8174fffee3
tree5cf68e7def8511fc1b255d7d6bb4f5516aedea01
parent200d24d63303cc2131c9da571f4ef72887e3aa82
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>
drivers/macintosh/smu.c