Skip to content
  • Kees Cook's avatar
    video: fbdev: Convert timers to use timer_setup() · 6c789357
    Kees Cook authored
    
    
    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. One tracking pointer was added.
    
    Signed-off-by: default avatarKees Cook <keescook@chromium.org>
    Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
    Cc: David Lechner <david@lechnology.com>
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Sean Paul <seanpaul@chromium.org>
    Cc: Jean Delvare <jdelvare@suse.de>
    Cc: Hans de Goede <hdegoede@redhat.com>
    Cc: "Gustavo A. R. Silva" <gustavo@embeddedor.com>
    [b.zolnierkie: ported it over pxa3xx_gcu changes]
    Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
    6c789357