diff options
| author | Alexander Viro <viro@www.linux.org.uk> | 2004-10-05 17:51:38 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-05 17:51:38 -0700 |
| commit | 46eec798d7d5079d244aa326997d0dcf4b3715c5 (patch) | |
| tree | 585b05a92f21495ebe05b48d7e3365c175d60149 /include | |
| parent | 522f247df51835f89346c7c7acdec9727db8324d (diff) | |
[PATCH] arcnet iomem annotations
Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/arcdevice.h | 2 |
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 */ }; |
