Input: touchsceen - convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 16:44:48 +0000 (09:44 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 24 Oct 2017 17:09:33 +0000 (10:09 -0700)
commitee03e3f00566201ea91d90430dc43bd08c7e9eef
tree683c6c65583c06d643bf6a42b39d05b36a8bd239
parent4ea40278eb463aaa95889b00be78f8a56bb61131
Input: touchsceen - convert timers to use 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/touchscreen/ad7879.c
drivers/input/touchscreen/atmel-wm97xx.c
drivers/input/touchscreen/cyttsp4_core.c
drivers/input/touchscreen/tsc200x-core.c
drivers/input/touchscreen/w90p910_ts.c