summaryrefslogtreecommitdiff
path: root/v4l/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/compat.h')
-rw-r--r--v4l/compat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/v4l/compat.h b/v4l/compat.h
index 581262bdf..0352fcd39 100644
--- a/v4l/compat.h
+++ b/v4l/compat.h
@@ -20,7 +20,8 @@
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23)
-# define set_freezable()
+#define set_freezable()
+#define cancel_delayed_work_sync cancel_rearming_delayed_work
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,18)