summaryrefslogtreecommitdiff
path: root/include/linux/arcdevice.h
diff options
context:
space:
mode:
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 */
};