tty: unexport tty_ldisc_release
authorJiri Slaby <jslaby@suse.cz>
Tue, 14 Sep 2021 09:11:19 +0000 (11:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Sep 2021 09:18:47 +0000 (11:18 +0200)
commit7049d853cfb928f50b6041cb4a5c6d6c1d8dd201
treef674518f7318db09e9998906f8225e92ba97955e
parent06e49073dfba24df4b1073a068631b13a0039c34
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>
drivers/tty/tty_ldisc.c