Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Konstantin Khlebnikov and committed by
Linus Torvalds
20c300b1 951880e6

-1
-1
include/linux/tty_driver.h
··· 312 312 */ 313 313 struct tty_struct **ttys; 314 314 struct ktermios **termios; 315 - struct ktermios **termios_locked; 316 315 void *driver_state; 317 316 318 317 /*