commit | e67504c5958f122944d4b9316d1cfc737027c466 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Sep 12 17:54:22 2018 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Oct 13 00:50:45 2018 -0400 |
tree | 1d525b956288eff71c3570de3ca8eecee8bb9c28 | |
parent | 864e880de59ecd891260f264d2884eabb9d6760c [diff] |
isdn_tty: TCSBRK{,P} won't reach ->ioctl() kill the long-dead code - it's been unreachable since 2008. Redundant, as well - generic will do exact same thing, since ->break_ctl is NULL here... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>