aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorLukas Wunner <lukas@wunner.de>2020-01-09 13:56:26 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-14 16:00:54 +0100
commitc96e62c9816df8f12a79cec9ca7d5e18fe572341 (patch)
tree1adc948446a8f35335bf4d9e0573bbf7e51d0d60 /drivers/tty
parentarch/xtensa/setup: Drop dummy_con initialization (diff)
downloadlinux-dev-c96e62c9816df8f12a79cec9ca7d5e18fe572341.tar.xz
linux-dev-c96e62c9816df8f12a79cec9ca7d5e18fe572341.zip
vt: Delete comment referencing non-existent unbind_con_driver()
Commit c1f5e38a5d35 ("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 <lukas@wunner.de> Cc: Wang YanQing <udknight@gmail.com> Link: https://lore.kernel.org/r/4d77a67d77a1c699e9a6cc3e73044c31c02d60b5.1578574427.git.lukas@wunner.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/vt/vt.c1
1 files changed, 0 insertions, 1 deletions
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 @@ err:
#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;