From: Konstantin Khlebnikov Date: Tue, 17 Jan 2012 08:54:01 +0000 (+0400) Subject: tty: remove unused tty_driver->termios_locked X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=20c300b10c358daa507be335aec6aa3987ef425a;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Linus Torvalds --- 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; /*