summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_ldisc.c
diff options
context:
space:
mode:
authorPeter Hurley <peter@hurleysoftware.com>2016-01-10 08:13:50 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-01-28 01:28:20 +0300
commitc1e33af1ed552258405f2e5a72509af039c0441c (patch)
treea8b655742a18d3385038aec20f14005e0feebe2f /drivers/tty/tty_ldisc.c
parent05de87ed9531dc19d87136c9204d251abebc60d3 (diff)
downloadlinux-c1e33af1ed552258405f2e5a72509af039c0441c.tar.xz
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_ldisc.c')
0 files changed, 0 insertions, 0 deletions