X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Frio%2Fdaemon.h;h=5818a8aa46e0d5e1af8d3ec64f44e593e66b3b25;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=6e63f8b2c47952aacfdf2fe31a30dda1b4536090;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/drivers/char/rio/daemon.h b/drivers/char/rio/daemon.h index 6e63f8b2c..5818a8aa4 100644 --- a/drivers/char/rio/daemon.h +++ b/drivers/char/rio/daemon.h @@ -51,7 +51,7 @@ struct Error { }; struct DownLoad { - char __user *DataP; + char *DataP; unsigned int Count; unsigned int ProductCode; }; @@ -83,18 +83,18 @@ struct PortSetup { struct LpbReq { unsigned int Host; unsigned int Link; - struct LPB __user *LpbP; + struct LPB *LpbP; }; struct RupReq { unsigned int HostNum; unsigned int RupNum; - struct RUP __user *RupP; + struct RUP *RupP; }; struct PortReq { unsigned int SysPort; - struct Port __user *PortP; + struct Port *PortP; }; struct StreamInfo { @@ -105,12 +105,12 @@ struct StreamInfo { struct HostReq { unsigned int HostNum; - struct Host __user *HostP; + struct Host *HostP; }; struct HostDpRam { unsigned int HostNum; - struct DpRam __user *DpRamP; + struct DpRam *DpRamP; }; struct DebugCtrl {