summaryrefslogtreecommitdiff
path: root/v4l/compat.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-03-09 22:21:16 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-09 22:21:16 -0300
commit1f45410eb6cd8758691c7782269b3813c5131e39 (patch)
tree267d5c66e8e58ed48822e7fba64b3a9f98e4fdfa /v4l/compat.h
parent53cbcc79992f562a58926c0aeef0f0f710a69d89 (diff)
parentb3e737a176ce96bee38fb7d0ee5cf6def9da8ad1 (diff)
downloadmediapointer-dvb-s2-1f45410eb6cd8758691c7782269b3813c5131e39.tar.gz
mediapointer-dvb-s2-1f45410eb6cd8758691c7782269b3813c5131e39.tar.bz2
merge: http://udev.netup.ru/hg/v4l-dvb-netup
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l/compat.h')
-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)