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:
Konstantin Khlebnikov 2012-01-17 12:54:01 +04:00 committed by Linus Torvalds
parent 951880e634
commit 20c300b10c

View file

@ -312,7 +312,6 @@ struct tty_driver {
*/ */
struct tty_struct **ttys; struct tty_struct **ttys;
struct ktermios **termios; struct ktermios **termios;
struct ktermios **termios_locked;
void *driver_state; void *driver_state;
/* /*