tty: remove unused tty_driver->termios_locked
This field is unused since 2.6.28 (commit fe6e29fdb1
: "tty: simplify
ktermios allocation", to be exact)
Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
951880e634
commit
20c300b10c
1 changed files with 0 additions and 1 deletions
|
@ -312,7 +312,6 @@ struct tty_driver {
|
|||
*/
|
||||
struct tty_struct **ttys;
|
||||
struct ktermios **termios;
|
||||
struct ktermios **termios_locked;
|
||||
void *driver_state;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue