summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-03-09 00:49:16 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-09 00:49:16 -0300
commit17121266ba0f4c8301345866b3fe36b05cb82ad6 (patch)
tree280955dd1de6facf04f97280a545273e435c9ef7 /v4l
parent78a6eb45bbd3dfed11a9ac8287a6060464eba7ba (diff)
parent798185861c11b8c26c0494e459d1b7811d2c228e (diff)
downloadmediapointer-dvb-s2-17121266ba0f4c8301345866b3fe36b05cb82ad6.tar.gz
mediapointer-dvb-s2-17121266ba0f4c8301345866b3fe36b05cb82ad6.tar.bz2
merge: http://linuxtv.org/hg/~tap/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/compat.h b/v4l/compat.h
index 3df844c87..44878ce73 100644
--- a/v4l/compat.h
+++ b/v4l/compat.h
@@ -11,6 +11,7 @@
* delayed_work in the same context as something named work_struct. */
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 20)
#define delayed_work work_struct
+#define INIT_DELAYED_WORK(a,b,c) INIT_WORK(a,b,c)
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24)