serial: Fold closing_* fields into the tty_port ones
[safe/jmp/linux-2.6] / include / linux / tty.h
index ecb3d1b..9fdc3d8 100644 (file)
@@ -206,8 +206,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 */