Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tty: unexport tty_ldisc_release

Initially, tty_ldisc_release() was exported for speakup (spk_tty) while
in staging. Later, the call to this function was removed as it was bogus
anyway.

Remove the export now.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210914091134.17426-1-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jiri Slaby and committed by
Greg Kroah-Hartman
4586c5fc 2a7458ed

-1
-1
drivers/tty/tty_ldisc.c
··· 812 812 813 813 tty_ldisc_debug(tty, "released\n"); 814 814 } 815 - EXPORT_SYMBOL_GPL(tty_ldisc_release); 816 815 817 816 /** 818 817 * tty_ldisc_init - ldisc setup for new tty