OSDN Git Service

Input: gpio-keys - convert timers to use timer_setup()
authorstephen lu <lumotuwe@gmail.com>
Mon, 23 Oct 2017 21:43:53 +0000 (14:43 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Oct 2017 23:31:53 +0000 (16:31 -0700)
commit82565a120544b2bdfaf602d9f5e7b9ab9a342ae8
tree8dbb4ba0f2e5b51ab0ce0246643bb2a4ea2188be
parent34445d4b3814b22a225819566f85516f3b04808f
Input: gpio-keys - 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: Stephen Lu <lumotuwe@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/gpio_keys.c