]> 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)
commit1f93f9c46f0958bc68bfbc8add654585fb5f5547
tree45aa561055dd779b75b4181d8855b4481dd483be
parent39c241bcc1ad9a1353323cdc2fd458be0a9e4897
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