aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2010-11-19 11:20:06 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-01-19 11:52:09 -0200
commit01c40c048b0f3f377e6d27b35fd99f04efcc21dd (patch)
tree664b3b188965b32887277f950c628bfc1433456d /include
parentbda50bcd0cc21d9d6dd8c82628f763ab108260a6 (diff)
downloadkernel_samsung_smdk4412-01c40c048b0f3f377e6d27b35fd99f04efcc21dd.zip
kernel_samsung_smdk4412-01c40c048b0f3f377e6d27b35fd99f04efcc21dd.tar.gz
kernel_samsung_smdk4412-01c40c048b0f3f377e6d27b35fd99f04efcc21dd.tar.bz2
[media] v4l: Include linux/videodev2.h in media/v4l2-ctrls.h
The later makes extensive use of structures defined in the former. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/media/v4l2-ctrls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h
index fcc9a0c..97d0638 100644
--- a/include/media/v4l2-ctrls.h
+++ b/include/media/v4l2-ctrls.h
@@ -23,6 +23,7 @@
#include <linux/list.h>
#include <linux/device.h>
+#include <linux/videodev2.h>
/* forward references */
struct v4l2_ctrl_handler;