Skip to content

Commit c96e62c

Browse files
l1kgregkh
authored andcommitted
vt: Delete comment referencing non-existent unbind_con_driver()
Commit c1f5e38 ("vt: delete unneeded function unbind_con_driver") removed unbind_con_driver() but retained a comment referencing the function. Delete it. Signed-off-by: Lukas Wunner <[email protected]> Cc: Wang YanQing <[email protected]> Link: https://lore.kernel.org/r/4d77a67d77a1c699e9a6cc3e73044c31c02d60b5.1578574427.git.lukas@wunner.de Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent fec6388 commit c96e62c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/tty/vt/vt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3568,7 +3568,6 @@ static int do_bind_con_driver(const struct consw *csw, int first, int last,
35683568

35693569

35703570
#ifdef CONFIG_VT_HW_CONSOLE_BINDING
3571-
/* unlocked version of unbind_con_driver() */
35723571
int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt)
35733572
{
35743573
struct module *owner = csw->owner;

0 commit comments

Comments
 (0)