Commit c96e62c9 authored by Lukas Wunner's avatar Lukas Wunner Committed by Greg Kroah-Hartman

vt: Delete comment referencing non-existent unbind_con_driver()

Commit c1f5e38a ("vt: delete unneeded function unbind_con_driver")
removed unbind_con_driver() but retained a comment referencing the
function.  Delete it.
Signed-off-by: default avatarLukas Wunner <lukas@wunner.de>
Cc: Wang YanQing <udknight@gmail.com>
Link: https://lore.kernel.org/r/4d77a67d77a1c699e9a6cc3e73044c31c02d60b5.1578574427.git.lukas@wunner.deSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fec63889
...@@ -3568,7 +3568,6 @@ static int do_bind_con_driver(const struct consw *csw, int first, int last, ...@@ -3568,7 +3568,6 @@ static int do_bind_con_driver(const struct consw *csw, int first, int last,
#ifdef CONFIG_VT_HW_CONSOLE_BINDING #ifdef CONFIG_VT_HW_CONSOLE_BINDING
/* unlocked version of unbind_con_driver() */
int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt)
{ {
struct module *owner = csw->owner; struct module *owner = csw->owner;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment