tty: remove unused tty_driver->termios_locked
authorKonstantin Khlebnikov <khlebnikov@openvz.org>
Tue, 17 Jan 2012 08:54:01 +0000 (12:54 +0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Jan 2012 18:30:38 +0000 (10:30 -0800)
This field is unused since 2.6.28 (commit fe6e29fdb1a7: "tty: simplify
ktermios allocation", to be exact)

Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/tty_driver.h

index ecdaeb9..5cf6850 100644 (file)
@@ -312,7 +312,6 @@ struct tty_driver {
         */
        struct tty_struct **ttys;
        struct ktermios **termios;
-       struct ktermios **termios_locked;
        void *driver_state;
 
        /*