[PATCH 0/3] timer: Switch DEFINE_TIMER callback prototypes

From: Kees Cook
Date: Tue Oct 10 2017 - 15:26:23 EST


This continues the timer callback prototype conversions. This handles
all the DEFINE_TIMER callbacks, which already ignore their argument.
This switches them all to take the timer_list pointer for the future
when the callback will be universally switched over.

-Kees