]> Git Repo - linux.git/commit
drivers/net: amd: Convert timers to use timer_setup()
authorKees Cook <[email protected]>
Fri, 27 Oct 2017 05:54:38 +0000 (22:54 -0700)
committerDavid S. Miller <[email protected]>
Sat, 28 Oct 2017 10:09:49 +0000 (19:09 +0900)
commitc6c52ba1514120db3ad2d36391ed37bafcfc43d7
tree92154e5d57ad96d2e4c7ebc5371623092705565a
parentc63144e4dda7967f2419fa3c2cc5db1228a7fccf
drivers/net: amd: 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: Tom Lendacky <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Allen Pais <[email protected]>
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/amd/a2065.c
drivers/net/ethernet/amd/am79c961a.c
drivers/net/ethernet/amd/am79c961a.h
drivers/net/ethernet/amd/declance.c
drivers/net/ethernet/amd/pcnet32.c
drivers/net/ethernet/amd/sunlance.c
drivers/net/ethernet/amd/xgbe/xgbe-drv.c
This page took 0.046347 seconds and 4 git commands to generate.