]> 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)
commit429098bfba7c31f56775025e0b2c5a21fcd72bbf
tree4d4aced9bbe284504f4fb070d891effe95f8e4dc
parente2f99bb195df32d487b930d5c2727d36fa429ac1
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