commit | 3653bc95bcc7daa938c0fdcd64ff199ed8f7f208 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Oct 09 21:52:09 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Wed Nov 08 15:54:09 2017 -0800 |
tree | 45aa561055dd779b75b4181d8855b4481dd483be | |
parent | 8ef81c65485b94c59b8ae43ed7d1d75c3562a835 [diff] |
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>