net/rose: Convert timers to use timer_setup()
authorKees Cook <[email protected]>
Tue, 17 Oct 2017 00:28:47 +0000 (17:28 -0700)
committerDavid S. Miller <[email protected]>
Wed, 18 Oct 2017 11:39:36 +0000 (12:39 +0100)
commit4966babd904d7f8e9e20735f3637a98fd7ca538c
tree2f22401633c9519cbd96908c41107faf417b0e75
parent83a37b3292f4aca799b355179ad6fbdd78a08e10
net/rose: 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: Ralf Baechle <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/rose/af_rose.c
net/rose/rose_link.c
net/rose/rose_loopback.c
net/rose/rose_route.c
net/rose/rose_timer.c