Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / drivers / char / rio / riotty.c
index a4f0b1e..2042676 100644 (file)
@@ -576,7 +576,7 @@ static void RIOClearUp(struct Port *PortP)
 */
 int RIOShortCommand(struct rio_info *p, struct Port *PortP, int command, int len, int arg)
 {
-       struct PKT __iomem *PacketP;
+       struct PKT *PacketP;
        int retries = 20;       /* at 10 per second -> 2 seconds */
        unsigned long flags;