diff options
Diffstat (limited to 'drivers/w1/masters/ds1wm.c')
-rw-r--r-- | drivers/w1/masters/ds1wm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/masters/ds1wm.c b/drivers/w1/masters/ds1wm.c index 763bc73e5070..4b696641ce33 100644 --- a/drivers/w1/masters/ds1wm.c +++ b/drivers/w1/masters/ds1wm.c | |||
@@ -85,7 +85,7 @@ static struct { | |||
85 | }; | 85 | }; |
86 | 86 | ||
87 | struct ds1wm_data { | 87 | struct ds1wm_data { |
88 | void *map; | 88 | void __iomem *map; |
89 | int bus_shift; /* # of shifts to calc register offsets */ | 89 | int bus_shift; /* # of shifts to calc register offsets */ |
90 | struct platform_device *pdev; | 90 | struct platform_device *pdev; |
91 | struct ds1wm_platform_data *pdata; | 91 | struct ds1wm_platform_data *pdata; |