From 46eec798d7d5079d244aa326997d0dcf4b3715c5 Mon Sep 17 00:00:00 2001 From: Alexander Viro Date: Tue, 5 Oct 2004 17:51:38 -0700 Subject: [PATCH] arcnet iomem annotations Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- include/linux/arcdevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') 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 */ }; -- cgit v1.2.3