]> git.baikalelectronics.ru Git - kernel.git/commit
timer: Prepare to change all DEFINE_TIMER() callbacks
authorKees Cook <keescook@chromium.org>
Tue, 10 Oct 2017 04:52:09 +0000 (21:52 -0700)
committerKees Cook <keescook@chromium.org>
Wed, 8 Nov 2017 23:54:09 +0000 (15:54 -0800)
commit837d118091d959bd9c5b1052bb88921929cf8ff2
tree45aa561055dd779b75b4181d8855b4481dd483be
parent4488e73ae2f271ee5972e1541620b10574ef2416
timer: Prepare to change all DEFINE_TIMER() callbacks

Before we can globally change the function prototype of all timer callbacks,
we have to change those set up by DEFINE_TIMER(). Prepare for this by
casting the callbacks until the prototype changes globally.

Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Kees Cook <keescook@chromium.org>
include/linux/timer.h