All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH trivial-cleanup] tty: remove unused tty_driver->termios_locked
@ 2012-01-17  8:54 Konstantin Khlebnikov
  0 siblings, 0 replies; only message in thread
From: Konstantin Khlebnikov @ 2012-01-17  8:54 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Alan Cox; +Cc: Linus Torvalds, linux-kernel

This field is unused since v2.6.27-3221-gfe6e29f

Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
---
 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 ecdaeb9..5cf6850 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;
 
 	/*


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-17  8:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17  8:54 [PATCH trivial-cleanup] tty: remove unused tty_driver->termios_locked Konstantin Khlebnikov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.