net: LLC: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 08:45:48 +0000 (01:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Oct 2017 03:06:25 +0000 (12:06 +0900)
commitfc8bcaa05160528d56432e4612f522e3ceafc513
tree7818ac4c54e21a8e4f869e9d9d255743a43b283e
parent8dbd05ff5c4e50a3e5b1ed4089c2d0b4210379c6
net: LLC: 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" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Hans Liljestrand <ishkamiel@gmail.com>
Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Cc: "Reshetova, Elena" <elena.reshetova@intel.com>
Cc: netdev@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/llc_c_ac.h
net/llc/llc_c_ac.c
net/llc/llc_conn.c