diff options
author | Alan Cox <alan@linux.intel.com> | 2010-06-01 16:52:56 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-08-10 16:47:42 -0400 |
commit | 8ce73264b75be4d5ed480440ac32dfc1f25ff678 (patch) | |
tree | d604eda549bee636d8132994496ba2f1406fb8f1 /include | |
parent | ff917ba4f1a6189f90ed2c975984d6a1a1dc553d (diff) |
tty: Move the vt_tty field from the vc_data into the standard tty_port
This takes all the tty references through the expected interface points so
we can refcount them.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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; |