commit | e84a2ac9ffa9b1ba211c8982f07cd92f60239c3e | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Oct 16 17:29:33 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 18 12:40:26 2017 +0100 |
tree | 27e271d09957c434d5d92d5f9937ec72c335ed32 | |
parent | d28bb967aa928d5cfd50a9a182f3b4218088c79d [diff] |
net: neterion: 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: Jon Mason <jdmason@kudzu.us> Cc: netdev@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>