diff options
-rw-r--r-- | drivers/media/pci/sta2x11/sta2x11_vip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/sta2x11/sta2x11_vip.c b/drivers/media/pci/sta2x11/sta2x11_vip.c index 365bd21301ba..22450f583da1 100644 --- a/drivers/media/pci/sta2x11/sta2x11_vip.c +++ b/drivers/media/pci/sta2x11/sta2x11_vip.c | |||
@@ -152,7 +152,7 @@ struct sta2x11_vip { | |||
152 | int tcount, bcount; | 152 | int tcount, bcount; |
153 | int overflow; | 153 | int overflow; |
154 | 154 | ||
155 | void *iomem; /* I/O Memory */ | 155 | void __iomem *iomem; /* I/O Memory */ |
156 | struct vip_config *config; | 156 | struct vip_config *config; |
157 | }; | 157 | }; |
158 | 158 | ||