summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-11-04 14:34:05 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-11-04 14:34:05 -0200
commit9cf5ea39af8b2066fc3d85fdae32ef96c513cfc9 (patch)
treefe5e5862edd3f6eb5ff5fda0c6cb86167a0d138f /v4l
parent87a688a17ae8f82d48dd8833ed0eb29ecba1183c (diff)
parent74bd6ae05b7e17bfc384b7658e4a4980f6f6c3fb (diff)
downloadmediapointer-dvb-s2-9cf5ea39af8b2066fc3d85fdae32ef96c513cfc9.tar.gz
mediapointer-dvb-s2-9cf5ea39af8b2066fc3d85fdae32ef96c513cfc9.tar.bz2
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/v4l/compat.h b/v4l/compat.h
index e4877e865..ec43d8630 100644
--- a/v4l/compat.h
+++ b/v4l/compat.h
@@ -5,6 +5,10 @@
#ifndef _COMPAT_H
#define _COMPAT_H
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24)
+#define KERN_CONT ""
+#endif
+
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23)
# define set_freezable()
#endif