Input: byd - convert to using timer_setup()
authorKees Cook <keescook@chromium.org>
Fri, 20 Oct 2017 00:22:46 +0000 (17:22 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Oct 2017 23:31:43 +0000 (16:31 -0700)
commitce23cbc857e0b1bccdc11ffa2fb8286021c70eec
tree4dbeee64f6bec796f0822357ebb9db9e7b6b4014
parent91de76e661a266731fc2889a398ad1694df9d523
Input: byd - 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/byd.c