diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-03-05 08:52:31 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 15:48:27 -0500 |
commit | 3c4782dcd9b8d02e79f0f0bd1fe6e30a79790526 (patch) | |
tree | 37ddd0011b1a8ffa8e656fe23f6745c80f23b73b /include/linux/serialP.h | |
parent | 98e3a9e6dd99f1b8ac2a03b8b4942eec16ef911b (diff) |
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/serialP.h')
-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 { | |||
44 | int quot; | 44 | int quot; |
45 | int IER; /* Interrupt Enable Register */ | 45 | int IER; /* Interrupt Enable Register */ |
46 | int MCR; /* Modem control register */ | 46 | int MCR; /* Modem control register */ |
47 | /* simserial */ | ||
48 | int x_char; /* xon/xoff character */ | 47 | int x_char; /* xon/xoff character */ |
49 | struct circ_buf xmit; | 48 | struct circ_buf xmit; |
50 | /* /simserial */ | ||
51 | /* /amiserial */ | 49 | /* /amiserial */ |
52 | }; | 50 | }; |
53 | 51 | ||