diff options
author | Gerd Knorr <devnull@localhost> | 2004-11-23 17:29:09 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-11-23 17:29:09 +0000 |
commit | 32b5a869607ea6d1f30bc165dddec51a611b6632 (patch) | |
tree | 63a1366c345c46b6fcde4910c1230622e86d9174 /v4l | |
parent | 776d033700ac5cfcd9a30facfcbb3d4148667a2e (diff) | |
download | mediapointer-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.h | 1 |
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) |