commit | 56546e3b9f2284a750c9ca24617544ff5cf56af4 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Oct 24 01:47:00 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 25 13:20:30 2017 +0900 |
tree | 1897c837ffa625995ec4209ace9112ddcce66bf6 | |
parent | fd71e13bc7c6ac2d34f08380707662cf07f8234c [diff] |
drivers/net: wan/sbni: 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: David Howells <dhowells@redhat.com> Cc: netdev@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>