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:
parent
98e3a9e6dd
commit
3c4782dcd9
2 changed files with 8 additions and 3 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue