Re: [RFC PATCH] fbcon: Remove unused vblank cursor code

2015-01-26 Thread Tomi Valkeinen
On 24/01/15 00:55, Scot Doyle wrote: > commit 1fa0b29f3a43 ("fbdev: Kill Atari vblank cursor blinking") > > rendered vbl_cursor_cnt and therefore CURSOR_DRAW_DELAY unused in fbcon.c, > so remove them. > > Signed-off-by: Scot Doyle > --- > drivers/video/console/fbcon.c | 4 > 1 file changed

[RFC PATCH] fbcon: Remove unused vblank cursor code

2015-01-23 Thread Scot Doyle
commit 1fa0b29f3a43 ("fbdev: Kill Atari vblank cursor blinking") rendered vbl_cursor_cnt and therefore CURSOR_DRAW_DELAY unused in fbcon.c, so remove them. Signed-off-by: Scot Doyle --- drivers/video/console/fbcon.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/video/console/fb