drivers/ misc __iomem annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Al Viro
2007-07-26 17:36:09 +01:00
committed by Linus Torvalds
parent ad690ef9e6
commit 0bd8496b59
4 changed files with 5 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ static struct {
};
struct ds1wm_data {
void *map;
void __iomem *map;
int bus_shift; /* # of shifts to calc register offsets */
struct platform_device *pdev;
struct ds1wm_platform_data *pdata;