X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc%2Fboot%2Finclude%2Fserial.h;h=d710eabb42562ebd9b6460c473adba45dbbb48f7;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=5ea78b404379a602ae244e1a591df8cb59935d7d;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/arch/ppc/boot/include/serial.h b/arch/ppc/boot/include/serial.h index 5ea78b404..d710eabb4 100644 --- a/arch/ppc/boot/include/serial.h +++ b/arch/ppc/boot/include/serial.h @@ -36,8 +36,8 @@ struct serial_state { int count; u8 *iomem_base; u16 iomem_reg_shift; - unsigned int close_delay; - unsigned int closing_wait; /* time to wait before closing */ + unsigned short close_delay; + unsigned short closing_wait; /* time to wait before closing */ unsigned long icount; int io_type; void *info;