]> git.baikalelectronics.ru Git - kernel.git/commit
tty: make tty_release_redirect() static
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Apr 2021 12:51:31 +0000 (14:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Apr 2021 08:28:30 +0000 (10:28 +0200)
commit0bdf2037f5a425380793d80a69cb28ccad3318ea
tree4d4aced9bbe284504f4fb070d891effe95f8e4dc
parentdd4b7085de948063777407ed854953c7531e61d4
tty: make tty_release_redirect() static

No one calls this outside of the tty_io.c file, so mark this static and
do not export the symbol anymore.

Cc: Jiri Slaby <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20210408125134.3016837-11-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_io.c
include/linux/tty.h