fbcon: convert last two unregister_con_driver call to do_unregister_con_driver
authorWang YanQing <udknight@gmail.com>
Wed, 8 May 2013 18:14:39 +0000 (02:14 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2013 19:27:59 +0000 (12:27 -0700)
commit70125e76b0a7aec5035ca45076b96e5f9e230ef7
treea009f959b4eec059facc5681dc925067546d4f8d
parent77d6c98454f0443f03ec690fb0ea25a26c01ddcb
fbcon: convert last two unregister_con_driver call to do_unregister_con_driver

There are only two place use unregister_con_driver now, this patch
convert them to do_unregister_con_driver too, then we can delete
unregister_con_driver whos function can be achieved with do_unregister_con_driver
easily 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
drivers/video/console/fbcon.c
This page took 0.02459 seconds and 5 git commands to generate.