diff options
author | Kees Cook <keescook@chromium.org> | 2017-10-17 02:29:04 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-18 13:39:38 +0200 |
commit | 3d2ceaa63b81f41cd95e8954555130cc801c4452 (patch) | |
tree | e6461559c392b7df0aff06cff546bcbaef54beb5 /drivers/net/ethernet/dec | |
parent | drivers/atm/suni: Convert timers to use timer_setup() (diff) | |
download | linux-3d2ceaa63b81f41cd95e8954555130cc801c4452.tar.xz linux-3d2ceaa63b81f41cd95e8954555130cc801c4452.zip |
atm: idt77252: 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. This required adding a pointer back
to vc_map, and adjusting the locking around removal a bit.
Cc: Chas Williams <3chas3@gmail.com>
Cc: linux-atm-general@lists.sourceforge.net
Cc: netdev@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/dec')
0 files changed, 0 insertions, 0 deletions