commit | 4966babd904d7f8e9e20735f3637a98fd7ca538c | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Oct 16 17:28:47 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 18 12:39:36 2017 +0100 |
tree | 2f22401633c9519cbd96908c41107faf417b0e75 | |
parent | 83a37b3292f4aca799b355179ad6fbdd78a08e10 [diff] |
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 <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>