summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2004-11-23 17:29:09 +0000
committerGerd Knorr <devnull@localhost>2004-11-23 17:29:09 +0000
commit32b5a869607ea6d1f30bc165dddec51a611b6632 (patch)
tree63a1366c345c46b6fcde4910c1230622e86d9174 /v4l
parent776d033700ac5cfcd9a30facfcbb3d4148667a2e (diff)
downloadmediapointer-dvb-s2-32b5a869607ea6d1f30bc165dddec51a611b6632.tar.gz
mediapointer-dvb-s2-32b5a869607ea6d1f30bc165dddec51a611b6632.tar.bz2
- merge iomem annotations from Al Viro.
Diffstat (limited to 'v4l')
-rw-r--r--v4l/compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/compat.h b/v4l/compat.h
index fa33f82db..36bdcb188 100644
--- a/v4l/compat.h
+++ b/v4l/compat.h
@@ -19,6 +19,7 @@
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,6)
# define __user
# define __kernel
+# define __iomem
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,7)