summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_mutex.c
diff options
context:
space:
mode:
authorPeter Hurley <peter@hurleysoftware.com>2016-01-09 21:13:50 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-01-27 14:28:20 -0800
commitc1e33af1ed552258405f2e5a72509af039c0441c (patch)
treea8b655742a18d3385038aec20f14005e0feebe2f /drivers/tty/tty_mutex.c
parent05de87ed9531dc19d87136c9204d251abebc60d3 (diff)
downloadlinux-c1e33af1ed552258405f2e5a72509af039c0441c.tar.bz2
pty: Remove pty_unix98_shutdown()
The tty core invokes the optional driver shutdown() just before the optional driver remove() (shutdown() has access to the termios and remove() does not). Because pty drivers must prevent the default remove() action, the Unix98 pty drivers define a dummy remove() function. Instead, release the slave index in the remove() method and delete the optional shutdown() method. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/tty_mutex.c')
0 files changed, 0 insertions, 0 deletions