diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/console_struct.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h index 25bf67f541fc..7f0c32908568 100644 --- a/include/linux/console_struct.h +++ b/include/linux/console_struct.h | |||
@@ -58,7 +58,6 @@ struct vc_data { | |||
58 | /* VT terminal data */ | 58 | /* VT terminal data */ |
59 | unsigned int vc_state; /* Escape sequence parser state */ | 59 | unsigned int vc_state; /* Escape sequence parser state */ |
60 | unsigned int vc_npar,vc_par[NPAR]; /* Parameters of current escape sequence */ | 60 | unsigned int vc_npar,vc_par[NPAR]; /* Parameters of current escape sequence */ |
61 | struct tty_struct *vc_tty; /* TTY we are attached to */ | ||
62 | /* data for manual vt switching */ | 61 | /* data for manual vt switching */ |
63 | struct vt_mode vt_mode; | 62 | struct vt_mode vt_mode; |
64 | struct pid *vt_pid; | 63 | struct pid *vt_pid; |