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>
Wed, 22 Sep 2021 14:59:13 +0000 (16:59 +0200)
commit4586c5fc4590662be906cfb06deabdfffcaec293
tree5fda76268a872a5556e5301d1a60d8df2b32dc6b
parent2a7458ed0672010d05d2f92d9918fade44913f11
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