From d390d2b04ddcd1d70bf5ae89e677ad03bd680e90 Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Thu, 2 Dec 2004 14:02:37 +0000 Subject: Patch by C.Y.M.: add __user and __iomem annotations, remove some unnecessary casts (cleanups from mailine kernel) --- linux/include/media/saa7146.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/include') diff --git a/linux/include/media/saa7146.h b/linux/include/media/saa7146.h index 38667239f..2265e8f45 100644 --- a/linux/include/media/saa7146.h +++ b/linux/include/media/saa7146.h @@ -137,7 +137,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*/ -- cgit v1.2.3