diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-03-05 14:52:31 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 12:48:27 -0800 |
commit | 3c4782dcd9b8d02e79f0f0bd1fe6e30a79790526 (patch) | |
tree | 37ddd0011b1a8ffa8e656fe23f6745c80f23b73b /include/linux | |
parent | 98e3a9e6dd99f1b8ac2a03b8b4942eec16ef911b (diff) | |
download | linux-3.10-3c4782dcd9b8d02e79f0f0bd1fe6e30a79790526.tar.gz linux-3.10-3c4782dcd9b8d02e79f0f0bd1fe6e30a79790526.tar.bz2 linux-3.10-3c4782dcd9b8d02e79f0f0bd1fe6e30a79790526.zip |
TTY: simserial no longer needs serialP
Let's do a spin-off of serial_state structure with only needed
elements.
And remove serialP crap from includes.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/serialP.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/serialP.h b/include/linux/serialP.h index e5e8442c08d..9a04dec1589 100644 --- a/include/linux/serialP.h +++ b/include/linux/serialP.h @@ -44,10 +44,8 @@ struct serial_state { int quot; int IER; /* Interrupt Enable Register */ int MCR; /* Modem control register */ - /* simserial */ int x_char; /* xon/xoff character */ struct circ_buf xmit; - /* /simserial */ /* /amiserial */ }; |