Skip to content

Commit

Permalink
tty: remove unused tty_driver->termios_locked
Browse files Browse the repository at this point in the history
This field is unused since 2.6.28 (commit fe6e29f: "tty: simplify
ktermios allocation", to be exact)

Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Konstantin Khlebnikov authored and Linus Torvalds committed Jan 17, 2012
1 parent 951880e commit 20c300b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/tty_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ struct tty_driver {
*/
struct tty_struct **ttys;
struct ktermios **termios;
struct ktermios **termios_locked;
void *driver_state;

/*
Expand Down

0 comments on commit 20c300b

Please sign in to comment.