diff options
author | Johannes Stezenbach <devnull@localhost> | 2004-12-02 14:02:37 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2004-12-02 14:02:37 +0000 |
commit | d390d2b04ddcd1d70bf5ae89e677ad03bd680e90 (patch) | |
tree | 69498ae46a62035b823db03cb9efe41b09511bcd /linux/include/media | |
parent | fb0763d2a0e6d78243a452049bdef5177266f6e5 (diff) | |
download | mediapointer-dvb-s2-d390d2b04ddcd1d70bf5ae89e677ad03bd680e90.tar.gz mediapointer-dvb-s2-d390d2b04ddcd1d70bf5ae89e677ad03bd680e90.tar.bz2 |
Patch by C.Y.M.: add __user and __iomem annotations, remove some
unnecessary casts (cleanups from mailine kernel)
Diffstat (limited to 'linux/include/media')
-rw-r--r-- | linux/include/media/saa7146.h | 2 |
1 files changed, 1 insertions, 1 deletions
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*/ |