summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/media/saa7146.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/saa7146.h b/include/media/saa7146.h
index 5e9f64e67bc8..815964d52dd2 100644
--- a/include/media/saa7146.h
+++ b/include/media/saa7146.h
@@ -123,7 +123,7 @@ struct saa7146_dev
spinlock_t slock;
struct semaphore lock;
- unsigned char *mem; /* pointer to mapped IO memory */
+ unsigned char __iomem *mem; /* pointer to mapped IO memory */
int revision; /* chip revision; needed for bug-workarounds*/
/* pci-device & irq stuff*/