commit | ded489d43f1b210bf3a75f65bfa742fbce0e8bcc | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Oct 24 09:44:15 2017 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Oct 24 10:09:51 2017 -0700 |
tree | 4ae3a40b2e062af6d964d9656d64cc5c69a3818c | |
parent | a4f60b5047b155029edbef0ef0006bb8c8c83ba3 [diff] |
Input: hil_mlc - convert to using timer_setup() 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. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>