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:
committed by
Linus Torvalds
parent
951880e634
commit
20c300b10c
@@ -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;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user