aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2012-10-18 16:26:41 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-22 19:53:01 -0400
commitba2e68ac6157004ee4922fb39ebd9459bbae883e (patch)
tree0eddb7fcb1c7cafb85761c1af3e072469a68c405 /include/linux/tty.h
parent3fe780b379fac2e1eeb5907ee7c864756ce7ec83 (diff)
TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff
All the ring-buffers... Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r--include/linux/tty.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index 2161e6b5a94c..226cf20e0150 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -272,16 +272,6 @@ struct tty_struct {
272 */ 272 */
273 unsigned char closing:1; 273 unsigned char closing:1;
274 unsigned short minimum_to_wake; 274 unsigned short minimum_to_wake;
275 char *read_buf;
276 int read_head;
277 int read_tail;
278 int read_cnt;
279 unsigned char *echo_buf;
280 unsigned int echo_pos;
281 unsigned int echo_cnt;
282 int canon_data;
283 unsigned long canon_head;
284 unsigned int canon_column;
285 struct mutex atomic_read_lock; 275 struct mutex atomic_read_lock;
286 struct mutex atomic_write_lock; 276 struct mutex atomic_write_lock;
287 struct mutex output_lock; 277 struct mutex output_lock;