X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fchar%2Frio%2Funixrup.h;h=4306e01dbf01436b0fd571b38e046883f7a475ac;hb=59f720eb5a4337b2c4fc0b4c6cfd9c144e492aa8;hp=a126c7cabac63e357e83e2a7abe340d9a9281d38;hpb=9f5974c8734d83d4ab7096ed98136a82f41210d6;p=powerpc.git diff --git a/drivers/char/rio/unixrup.h b/drivers/char/rio/unixrup.h index a126c7caba..4306e01dbf 100644 --- a/drivers/char/rio/unixrup.h +++ b/drivers/char/rio/unixrup.h @@ -45,9 +45,9 @@ struct UnixRup { struct CmdBlk *CmdsWaitingP; /* Commands waiting to be done */ struct CmdBlk *CmdPendingP; /* The command currently being sent */ struct RUP *RupP; /* the Rup to send it to */ - uint Id; /* Id number */ - uint BaseSysPort; /* SysPort of first tty on this RTA */ - uint ModTypes; /* Modules on this RTA */ + unsigned int Id; /* Id number */ + unsigned int BaseSysPort; /* SysPort of first tty on this RTA */ + unsigned int ModTypes; /* Modules on this RTA */ spinlock_t RupLock; /* Lock structure for MPX */ /* struct lockb RupLock; *//* Lock structure for MPX */ };