Input: alps - convert to using timer_setup()
authorKees Cook <keescook@chromium.org>
Mon, 23 Oct 2017 18:54:25 +0000 (11:54 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Oct 2017 23:31:50 +0000 (16:31 -0700)
commit17a58edc79a0c8cbfe1a74669089f5a1a0157365
tree5d73a9415dcaf528db36071d18739f0ed15830b0
parentce23cbc857e0b1bccdc11ffa2fb8286021c70eec
Input: alps - 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>
Reviewed-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/alps.c