diff options
author | 2012-01-17 12:54:01 +0400 | |
---|---|---|
committer | 2012-01-17 10:30:38 -0800 | |
commit | 20c300b10c358daa507be335aec6aa3987ef425a (patch) | |
tree | a6b39d4003aff1c1f4a413c3e92a66b37e130d90 | |
parent | Revert "capabitlies: ns_capable can use the cap helpers rather than lsm call" (diff) | |
download | wireguard-linux-20c300b10c358daa507be335aec6aa3987ef425a.tar.xz wireguard-linux-20c300b10c358daa507be335aec6aa3987ef425a.zip |
tty: remove unused tty_driver->termios_locked
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>
-rw-r--r-- | include/linux/tty_driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tty_driver.h b/include/linux/tty_driver.h index ecdaeb98b293..5cf685086dd3 100644 --- a/include/linux/tty_driver.h +++ b/include/linux/tty_driver.h @@ -312,7 +312,6 @@ struct tty_driver { */ struct tty_struct **ttys; struct ktermios **termios; - struct ktermios **termios_locked; void *driver_state; /* |