vt: delete unneeded function unregister_con_driver
authorWang YanQing <udknight@gmail.com>
Wed, 8 May 2013 18:14:44 +0000 (02:14 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2013 19:27:59 +0000 (12:27 -0700)
commit50539dd4f88e8a689a38c94337768fd7ff3fd326
treedfd614a2ebffc296a372a727023ba97327b34e4d
parent70125e76b0a7aec5035ca45076b96e5f9e230ef7
vt: delete unneeded function unregister_con_driver

Now there is no place use unregister_con_driver,
and we can achieve unregister_con_driver's function
with unregister_con_driver easily, so just delete it
to reduce code size and 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.027215 seconds and 5 git commands to generate.