diff options
author | Kees Cook <[email protected]> | 2017-10-16 17:29:37 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-10-18 12:40:27 +0100 |
commit | ba421793505f91026cccbf9398ff866dd308036d (patch) | |
tree | e9bbcadbd1034d82be5d1811578536baca3eb5b9 /drivers/net/xen-netback/interface.c | |
parent | 99767f278ccf74a1857069bb3eec991e572f94cd (diff) |
net: atm: 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. Also drops a redundant initialization
that is already set up by DEFINE_TIMER.
Cc: "David S. Miller" <[email protected]>
Cc: Hans Liljestrand <[email protected]>
Cc: "Reshetova, Elena" <[email protected]>
Cc: Bhumika Goyal <[email protected]>
Cc: Johannes Berg <[email protected]>
Cc: Roopa Prabhu <[email protected]>
Cc: Augusto Mecking Caringi <[email protected]>
Cc: Jarod Wilson <[email protected]>
Cc: Kalle Valo <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Alexey Dobriyan <[email protected]>
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions