drivers/net: wan/sbni: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 08:47:00 +0000 (01:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Oct 2017 04:20:30 +0000 (13:20 +0900)
commit56546e3b9f2284a750c9ca24617544ff5cf56af4
tree1897c837ffa625995ec4209ace9112ddcce66bf6
parentfd71e13bc7c6ac2d34f08380707662cf07f8234c
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>
drivers/net/wan/sbni.c