summaryrefslogtreecommitdiff
path: root/include/linux/arcdevice.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2004-10-18 18:03:51 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2004-10-18 18:03:51 -0700
commitbffe01870598b7a0a77073e25ee94e026bc98e6b (patch)
treef5f5b65fec1239b18a4c2634807ff5d7e5729de9 /include/linux/arcdevice.h
parent23aebb6f8755121394ef088d84a7fa483b444aa9 (diff)
parenta4946826c30c56a5830326552a395c5b6afc13ef (diff)
merge
Diffstat (limited to 'include/linux/arcdevice.h')
-rw-r--r--include/linux/arcdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/arcdevice.h b/include/linux/arcdevice.h
index 3a3759fcebdb..9d2429f07a64 100644
--- a/include/linux/arcdevice.h
+++ b/include/linux/arcdevice.h
@@ -305,7 +305,7 @@ struct arcnet_local {
void *buf, int count);
} hw;
- void *mem_start; /* pointer to ioremap'ed MMIO */
+ void __iomem *mem_start; /* pointer to ioremap'ed MMIO */
};