]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fbcon: remove now unusued 'softback_lines' cursor() argument
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Sep 2020 17:56:27 +0000 (10:56 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Sep 2020 06:44:25 +0000 (08:44 +0200)
commitee3f37702b7e7bfe364f394f18ee8fcc3dd72b77
tree2c615077c15bb840498515cb1cb94fb2bd3f2317
parent1f08e80ec5751b8f565139cd7a921fbee46f8a22
fbcon: remove now unusued 'softback_lines' cursor() argument

commit 06a0df4d1b8b13b551668e47b11fd7629033b7df upstream.

Since the softscroll code got removed, this argument is always zero and
makes no sense any more.

Tested-by: Yuan Ming <yuanmingbuaa@gmail.com>
Tested-by: Willy Tarreau <w@1wt.eu>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/console/bitblit.c
drivers/video/console/fbcon.c
drivers/video/console/fbcon.h
drivers/video/console/fbcon_ccw.c
drivers/video/console/fbcon_cw.c
drivers/video/console/fbcon_ud.c
drivers/video/console/tileblit.c