From 046d419b59d77388a56decc3e339c95fe617331f Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Fri, 20 Jul 2007 14:30:36 +0200 Subject: Fix compat.h kernel check. From: Hans Verkuil Signed-off-by: Hans Verkuil --- v4l/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3