diff options
| author | Peter Hurley <[email protected]> | 2016-01-09 21:13:50 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-01-27 14:28:20 -0800 |
| commit | c1e33af1ed552258405f2e5a72509af039c0441c (patch) | |
| tree | a8b655742a18d3385038aec20f14005e0feebe2f /include/linux/debugobjects.h | |
| parent | 05de87ed9531dc19d87136c9204d251abebc60d3 (diff) | |
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions