aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/console.h
diff options
context:
space:
mode:
authorWang YanQing <udknight@gmail.com>2013-05-09 02:14:44 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-20 12:27:59 -0700
commit50539dd4f88e8a689a38c94337768fd7ff3fd326 (patch)
treedfd614a2ebffc296a372a727023ba97327b34e4d /include/linux/console.h
parentfbcon: convert last two unregister_con_driver call to do_unregister_con_driver (diff)
downloadlinux-dev-50539dd4f88e8a689a38c94337768fd7ff3fd326.tar.xz
linux-dev-50539dd4f88e8a689a38c94337768fd7ff3fd326.zip
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>
Diffstat (limited to 'include/linux/console.h')
-rw-r--r--include/linux/console.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/console.h b/include/linux/console.h
index 8f9bd966dbc6..7571a16bd653 100644
--- a/include/linux/console.h
+++ b/include/linux/console.h
@@ -75,7 +75,6 @@ extern const struct consw newport_con; /* SGI Newport console */
extern const struct consw prom_con; /* SPARC PROM console */
int con_is_bound(const struct consw *csw);
-int unregister_con_driver(const struct consw *csw);
int do_unregister_con_driver(const struct consw *csw);
int do_take_over_console(const struct consw *sw, int first, int last, int deflt);
void give_up_console(const struct consw *sw);