net/decnet: Convert timers to use timer_setup()
authorKees Cook <[email protected]>
Tue, 17 Oct 2017 00:28:45 +0000 (17:28 -0700)
committerDavid S. Miller <[email protected]>
Wed, 18 Oct 2017 11:39:36 +0000 (12:39 +0100)
commiteb4ddaf474285a4c6986f4a1c3205bdb0bed2da9
treed88c2cc780254455b2deea9aa1b1b9a92d160c23
parent1bbc728988f09e40c83585cf3322b1f6c1aa17b5
net/decnet: 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: David Ahern <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/dn.h
include/net/dn_nsp.h
net/decnet/af_decnet.c
net/decnet/dn_dev.c
net/decnet/dn_nsp_out.c