]> git.baikalelectronics.ru Git - kernel.git/commit
drm: gma500: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 15:16:09 +0000 (08:16 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 31 Oct 2017 10:18:11 +0000 (11:18 +0100)
commitdb249ad589065ee0baaa43bf66734ed37cef6328
tree366d66f206752f956166e43b3b18884bc2dd1870
parentfdc0259b58bb014917b696d8a8fca4f170304de9
drm: gma500: 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.

Cc: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Cc: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20171024151609.GA104501@beast
drivers/gpu/drm/gma500/psb_lid.c