vt: delete unneeded functions register_con_driver|take_over_console
authorWang YanQing <udknight@gmail.com>
Wed, 8 May 2013 18:13:59 +0000 (02:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2013 19:27:58 +0000 (12:27 -0700)
commitdc9641895abb30aa456918a433a52e13fa0f56b1
tree2535b2949e9a990d8910f641a468302b6b586b13
parent7c80591c6032fc92ae16be2d6876a1b1ad20485e
vt: delete unneeded functions register_con_driver|take_over_console

Now there is no place use register_con_driver|take_over_console,
and we can achieve their function with do_register_con_driver|
do_take_over_console easily, so just delete them to reduce code duplication.

Signed-off-by: Wang YanQing <udknight@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt.c
include/linux/console.h
This page took 0.026903 seconds and 5 git commands to generate.