summaryrefslogtreecommitdiff
path: root/include/linux/tty.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-08-03 10:12:27 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-08-03 10:12:27 +1000
commit17013a0ac1d0ecf41fac4d769dbfc2be70ef5679 (patch)
tree0e75c20df945282351ec339f8b08de81d8c05488 /include/linux/tty.h
parent95926e094ec4a2a6a1d903e5f6433fe8687ef3ce (diff)
serial-fold-closing-port
Remove some more serial specific use Signed-off-by: Alan Cox <alan@linux.intel.com>
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r--include/linux/tty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index b982a1771141..325ee10e335b 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -204,8 +204,8 @@ struct tty_port {
unsigned long flags; /* TTY flags ASY_*/
struct mutex mutex; /* Locking */
unsigned char *xmit_buf; /* Optional buffer */
- int close_delay; /* Close port delay */
- int closing_wait; /* Delay for output */
+ unsigned int close_delay; /* Close port delay */
+ unsigned int closing_wait; /* Delay for output */
int drain_delay; /* Set to zero if no pure time
based drain is needed else
set to size of fifo */