diff options
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r-- | include/linux/tty.h | 10 |
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; |