chelsio: Convert timers to use timer_setup()
authorKees Cook <[email protected]>
Tue, 17 Oct 2017 00:29:08 +0000 (17:29 -0700)
committerDavid S. Miller <[email protected]>
Wed, 18 Oct 2017 11:39:38 +0000 (12:39 +0100)
commitcacd2b3fb9815ec29b778342a8aaa80edc0f98d3
treec708d44304ca0faf7ccfaa85621accd526972643
parent7974c0f3622b21825160a37d28b7b1f35ee4cbac
chelsio: 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 S. Miller" <[email protected]>
Cc: Johannes Berg <[email protected]>
Cc: Eric Dumazet <[email protected]>
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/chelsio/cxgb/sge.c