[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20120117085401.7757.96238.stgit@zurg>
Date: Tue, 17 Jan 2012 12:54:01 +0400
From: Konstantin Khlebnikov <khlebnikov@...nvz.org>
To: Greg Kroah-Hartman <gregkh@...e.de>,
Alan Cox <alan@...ux.intel.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH trivial-cleanup] tty: remove unused tty_driver->termios_locked
This field is unused since v2.6.27-3221-gfe6e29f
Signed-off-by: Konstantin Khlebnikov <khlebnikov@...nvz.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;
/*
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists