]> Git Repo - linux.git/commit
drivers/net: nuvoton: Convert timers to use timer_setup()
authorKees Cook <[email protected]>
Wed, 25 Oct 2017 10:51:58 +0000 (03:51 -0700)
committerDavid S. Miller <[email protected]>
Fri, 27 Oct 2017 03:09:15 +0000 (12:09 +0900)
commit97815186d4f1ea0a14b0683ddc63f288809a94e9
tree0e7ba82ee301d484daf46aad39fe2bb927130513
parent3248f77fa3eec6014653166a9cd0d429e8d30890
drivers/net: nuvoton: 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: Wan ZongShun <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/nuvoton/w90p910_ether.c
This page took 0.056144 seconds and 4 git commands to generate.