drivers/char/rio/: remove VCS tags
[pandora-kernel.git] / drivers / char / rio / daemon.h
index 5818a8a..4af9032 100644 (file)
 #ifndef        __rio_daemon_h__
 #define        __rio_daemon_h__
 
-#ifdef SCCS_LABELS
-#ifndef lint
-static char *_daemon_h_sccs_ = "@(#)daemon.h   1.3";
-#endif
-#endif
-
 
 /*
 ** structures used on /dev/rio
@@ -51,7 +45,7 @@ struct Error {
 };
 
 struct DownLoad {
-       char *DataP;
+       char __user *DataP;
        unsigned int Count;
        unsigned int ProductCode;
 };
@@ -83,18 +77,18 @@ struct PortSetup {
 struct LpbReq {
        unsigned int Host;
        unsigned int Link;
-       struct LPB *LpbP;
+       struct LPB __user *LpbP;
 };
 
 struct RupReq {
        unsigned int HostNum;
        unsigned int RupNum;
-       struct RUP *RupP;
+       struct RUP __user *RupP;
 };
 
 struct PortReq {
        unsigned int SysPort;
-       struct Port *PortP;
+       struct Port __user *PortP;
 };
 
 struct StreamInfo {
@@ -105,12 +99,12 @@ struct StreamInfo {
 
 struct HostReq {
        unsigned int HostNum;
-       struct Host *HostP;
+       struct Host __user *HostP;
 };
 
 struct HostDpRam {
        unsigned int HostNum;
-       struct DpRam *DpRamP;
+       struct DpRam __user *DpRamP;
 };
 
 struct DebugCtrl {