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, 3 insertions, 0 deletions
diff --git a/v4l/compat.h b/v4l/compat.h
index af6727e1b..5e46c8271 100644
--- a/v4l/compat.h
+++ b/v4l/compat.h
@@ -114,6 +114,9 @@ do { \
p->length = sz; \
p->offset = off; \
} while (0)
+
+#define pr_err(fmt, arg...) \
+ printk(KERN_ERR fmt, ##arg)
#endif
#ifndef BIT_MASK