diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-07-20 14:30:36 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-07-20 14:30:36 +0200 |
commit | 046d419b59d77388a56decc3e339c95fe617331f (patch) | |
tree | 0b2e12890557d84a7c38190a2f251dc008119df3 /v4l | |
parent | 840c06e96e392492a0127c0ea3e49b9d41061bf0 (diff) | |
download | mediapointer-dvb-s2-046d419b59d77388a56decc3e339c95fe617331f.tar.gz mediapointer-dvb-s2-046d419b59d77388a56decc3e339c95fe617331f.tar.bz2 |
Fix compat.h kernel check.
From: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index ed6605687..4dfca2ad7 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -5,7 +5,7 @@ #ifndef _COMPAT_H #define _COMPAT_H -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23) # define set_freezable() #endif |