diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tty.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index de590cec973b..2161e6b5a94c 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
| @@ -272,12 +272,10 @@ 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 | unsigned long process_char_map[256/(8*sizeof(unsigned long))]; | ||
| 276 | char *read_buf; | 275 | char *read_buf; |
| 277 | int read_head; | 276 | int read_head; |
| 278 | int read_tail; | 277 | int read_tail; |
| 279 | int read_cnt; | 278 | int read_cnt; |
| 280 | unsigned long read_flags[N_TTY_BUF_SIZE/(8*sizeof(unsigned long))]; | ||
| 281 | unsigned char *echo_buf; | 279 | unsigned char *echo_buf; |
| 282 | unsigned int echo_pos; | 280 | unsigned int echo_pos; |
| 283 | unsigned int echo_cnt; | 281 | unsigned int echo_cnt; |
