net: ax25: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 08:45:39 +0000 (01:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Oct 2017 03:03:56 +0000 (12:03 +0900)
commit8dbd05ff5c4e50a3e5b1ed4089c2d0b4210379c6
treeadd8add0f85ad0b91d5191d0a16f0367c526a372
parent9c3b57518363577d4e2ea1964ef4fa03e100beaa
net: ax25: 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: Joerg Reuter <jreuter@yaina.de>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-hams@vger.kernel.org
Cc: netdev@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ax25/af_ax25.c
net/ax25/ax25_ds_timer.c
net/ax25/ax25_timer.c