Input: hp_sdc - convert to using timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 16:43:31 +0000 (09:43 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 24 Oct 2017 17:09:46 +0000 (10:09 -0700)
commita4f60b5047b155029edbef0ef0006bb8c8c83ba3
treeb90210d09f943800ddd9c8b9a56106341902af3d
parentee03e3f00566201ea91d90430dc43bd08c7e9eef
Input: hp_sdc - 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>
drivers/input/serio/hp_sdc.c