commit | c6f15047dd8681f1a6387b044188ef028306c4bf | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Sun Oct 22 16:08:43 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Mon Nov 06 12:49:51 2017 -0800 |
tree | 4ae8c2f1f4b0ccff0aa13c2d174363f605a769c5 | |
parent | f34d8d506eeff1375f0b3533839ce0b77b748437 [diff] |
mailbox: 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: Ley Foon Tan <lftan@altera.com> Cc: Jassi Brar <jassisinghbrar@gmail.com> Cc: nios2-dev@lists.rocketboards.org Signed-off-by: Kees Cook <keescook@chromium.org>