]> asedeno.scripts.mit.edu Git - linux.git/commit
Input: ad7877 - convert to using timer_setup()
authorstephen lu <lumotuwe@gmail.com>
Mon, 23 Oct 2017 21:51:37 +0000 (14:51 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Oct 2017 23:31:56 +0000 (16:31 -0700)
commit8446b32b0675b432451bdb35bd193597477f1bfa
tree56597797782dae022486b9b07691d22970bb4a3b
parent82565a120544b2bdfaf602d9f5e7b9ab9a342ae8
Input: ad7877 - 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: Stephen Lu <lumotuwe@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ad7877.c