summaryrefslogtreecommitdiff
path: root/v4l/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/compat.h')
-rw-r--r--v4l/compat.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/v4l/compat.h b/v4l/compat.h
index df1fadb5d..3bb5c63bc 100644
--- a/v4l/compat.h
+++ b/v4l/compat.h
@@ -1,5 +1,5 @@
/*
- * $Id: compat.h,v 1.32 2005/11/12 23:12:53 hverkuil Exp $
+ * $Id: compat.h,v 1.33 2005/11/20 23:10:47 mkrufky Exp $
*/
#ifndef _COMPAT_H
@@ -141,6 +141,9 @@ static inline unsigned long msleep_interruptible(unsigned int msecs)
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,15)
#undef HAVE_NXT200X
#endif
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16)
+#undef HAVE_CX24123
+#endif
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)