net/ti/tlan: Convert timers to use timer_setup()
authorKees Cook <[email protected]>
Tue, 17 Oct 2017 00:28:50 +0000 (17:28 -0700)
committerDavid S. Miller <[email protected]>
Wed, 18 Oct 2017 11:39:36 +0000 (12:39 +0100)
commit0010e3f8b3537b8e7c8a8e7249f9d184e92df1a5
tree183c67035e9a15ee7deb9a579a66b0727bc2b777
parent4966babd904d7f8e9e20735f3637a98fd7ca538c
net/ti/tlan: 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: Samuel Chessman <[email protected]>
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/ti/tlan.c