drivers/atm/suni: Convert timers to use timer_setup()
authorKees Cook <[email protected]>
Tue, 17 Oct 2017 00:29:03 +0000 (17:29 -0700)
committerDavid S. Miller <[email protected]>
Wed, 18 Oct 2017 11:39:38 +0000 (12:39 +0100)
commit847f03ee16cd4dbe1f15fe09989f52300e43ca10
treee29bb0ada012d74893bb9511bf18a798998bd555
parent5a3a8962035277210098a6b498680769a8eb36b6
drivers/atm/suni: 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. Passes NULL timer when doing non-
timer call.

Cc: Chas Williams <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/atm/suni.c