diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c index 2456afaf1c61..561926edad33 100644 --- a/drivers/tty/vt/vt.c +++ b/drivers/tty/vt/vt.c @@ -3568,7 +3568,6 @@ static int do_bind_con_driver(const struct consw *csw, int first, int last, #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) { struct module *owner = csw->owner;