]> git.karo-electronics.de Git - linux-beck.git/commit
tty: Unexport system-wide tty_mutex
authorPeter Hurley <peter@hurleysoftware.com>
Sun, 10 Jan 2016 05:35:18 +0000 (21:35 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Jan 2016 23:13:28 +0000 (15:13 -0800)
commitd1d027eff5693c3cea71e4ce2f1c3a707baec02d
treec60ae8d623f40bd11b237df9807952d89d73adb8
parent9de2a7cef983579c725564950384e4ea205a7684
tty: Unexport system-wide tty_mutex

tty_mutex is a core, system-wide lock; there is no reason for any
code outside the tty core to have direct access.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_io.c