]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/rio/unixrup.h
kgdb: call touch_softlockup_watchdog on resume
[linux-2.6-omap-h63xx.git] / drivers / char / rio / unixrup.h
index 4306e01dbf01436b0fd571b38e046883f7a475ac..7abf0cba0f2c8f9953b3f2f4230a9c255867a7ea 100644 (file)
 #ifndef __rio_unixrup_h__
 #define __rio_unixrup_h__
 
-#ifdef SCCS_LABELS
-static char *_unixrup_h_sccs_ = "@(#)unixrup.h 1.2";
-#endif
-
 /*
 **    UnixRup data structure. This contains pointers to actual RUPs on the
 **    host card, and all the command/boot control stuff.
@@ -44,7 +40,7 @@ static char *_unixrup_h_sccs_ = "@(#)unixrup.h        1.2";
 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 */
+       struct RUP __iomem *RupP;       /* the Rup to send it to */
        unsigned int Id;                /* Id number */
        unsigned int BaseSysPort;       /* SysPort of first tty on this RTA */
        unsigned int ModTypes;          /* Modules on this RTA */