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

Now there is no place use unbind_con_driver,
and we can achieve unbind_con_driver's function
with do_unbind_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/vt_kern.h
This page took 0.027059 seconds and 5 git commands to generate.