vt: remove lines parameter from scrollback
authorJiri Slaby <jslaby@suse.cz>
Thu, 23 Jun 2016 11:34:23 +0000 (13:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 16:04:48 +0000 (09:04 -0700)
commit1b0ec88ac1cb0413a717bc3cefea72d6f2533672
tree96d1b2f774f5575b7de57b6a8efebfa63d9f27a1
parent17b2720b114cc95b2b7c8c0f5cfa20e44e1f5912
vt: remove lines parameter from scrollback

It is always called with 0, so remove the parameter and pass the
default down to scrolldelta without checking.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/keyboard.c
drivers/tty/vt/vt.c
include/linux/vt_kern.h