]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit43713fc23fba337865cb40f7d4473f0f40df241d
treeadd8add0f85ad0b91d5191d0a16f0367c526a372
parentd55221908a7d20a75caea0ccce0253d56cb495f4
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