commit | d8479a21a98baf1bb50426986d15605cee96ec36 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Thu Oct 19 16:40:49 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Thu Nov 02 15:50:33 2017 -0700 |
tree | 63415254d6cbd1b4065a01772702d23aceea75c8 | |
parent | 3142692a5e94a45a50abd78b4ae1c52f75eae41e [diff] |
xtensa: 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: Chris Zankel <chris@zankel.net> Cc: Max Filippov <jcmvbkbc@gmail.com> Cc: linux-xtensa@linux-xtensa.org Signed-off-by: Kees Cook <keescook@chromium.org>