video/console: use setup_timer and mod_timer instead of init_timer
authorJan Stourac <xstourac@gmail.com>
Wed, 8 Feb 2017 15:43:59 +0000 (16:43 +0100)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Wed, 8 Feb 2017 15:43:59 +0000 (16:43 +0100)
commitcd7b917c98d6775fd1cb1eac84f5f1ea97b16e79
treeadd64f4fe47688cc909256d3e65bc0f38c29314f
parent561eb9d09a93d71ca97ca401b3b71bf7725738b1
video/console: use setup_timer and mod_timer instead of init_timer

Use setup_timer and mod_timer functions instead of initializing timer with
the function init_timer and data fields.

Signed-off-by: Jan Stourac <xstourac@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/console/fbcon.c