commit | 06a0df4d1b8b13b551668e47b11fd7629033b7df | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Tue Sep 08 10:56:27 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Sep 14 10:06:15 2020 -0700 |
tree | c0a401b1b370611f6834ad9eab21e099c5558d10 | |
parent | 50145474f6ef4a9c19205b173da6264a644c7489 [diff] |
fbcon: remove now unusued 'softback_lines' cursor() argument 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>