X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fserial%2F68328serial.h;h=978f8a609f3dbf8c3b4d901fae505331b4935de2;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=d52a8e792c1be3f1b8bdcfa5bead9c8077e3325e;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/drivers/serial/68328serial.h b/drivers/serial/68328serial.h index d52a8e792..978f8a609 100644 --- a/drivers/serial/68328serial.h +++ b/drivers/serial/68328serial.h @@ -22,11 +22,11 @@ struct serial_struct { int xmit_fifo_size; int custom_divisor; int baud_base; - unsigned int close_delay; + unsigned short close_delay; char reserved_char[2]; int hub6; /* FIXME: We don't have AT&T Hub6 boards! */ - unsigned int closing_wait; /* time to wait before closing */ - unsigned int closing_wait2; /* no longer used... */ + unsigned short closing_wait; /* time to wait before closing */ + unsigned short closing_wait2; /* no longer used... */ int reserved[4]; }; @@ -148,8 +148,8 @@ struct m68k_serial { int custom_divisor; int x_char; /* xon/xoff character */ int close_delay; - unsigned int closing_wait; - unsigned int closing_wait2; + unsigned short closing_wait; + unsigned short closing_wait2; unsigned long event; unsigned long last_active; int line;