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>
This commit is contained in:
Jiri Slaby 2012-03-05 14:52:31 +01:00 committed by Greg Kroah-Hartman
commit 3c4782dcd9
2 changed files with 8 additions and 3 deletions

View file

@ -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 */
};