> > 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 removes an unused timer and > drops a redundant initialization. > > Cc: Steve Wise <[email protected]> > Cc: Doug Ledford <[email protected]> > Cc: Sean Hefty <[email protected]> > Cc: Hal Rosenstock <[email protected]> > Cc: [email protected] > Signed-off-by: Kees Cook <[email protected]>
Acked-by: Steve Wise <[email protected]>

