commit | c58320de5194b57858b829b8f204ca6bc1e38e10 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Oct 25 03:54:06 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 27 12:09:16 2017 +0900 |
tree | ca0c2edc26133277b8873d65bda718acc0e5c701 | |
parent | 032cfd66afcc2dd2c7be89c71b020fcb15bcc37d [diff] |
drivers/net: arcnet: 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: Michael Grzeschik <m.grzeschik@pengutronix.de> Cc: netdev@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>