net: dl2k: Convert timers to use timer_setup()
authorKees Cook <[email protected]>
Tue, 17 Oct 2017 00:29:11 +0000 (17:29 -0700)
committerDavid S. Miller <[email protected]>
Wed, 18 Oct 2017 11:39:39 +0000 (12:39 +0100)
commit6fa35bd0e9e4e0d1ba3b6a6c7968b8c926317507
tree1a56dc50b0a1460a464f309c13714c6d400c7d5f
parentb09064b78f396ed0840895b11e8bd90e8380afd5
net: dl2k: 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: Jarod Wilson <[email protected]>
Cc: Tobias Klauser <[email protected]>
Cc: Philippe Reynes <[email protected]>
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Reviewed-by: Tobias Klauser <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/dlink/dl2k.c