[media] v4l: Include linux/videodev2.h in media/v4l2-ctrls.h
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 19 Nov 2010 14:20:06 +0000 (11:20 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 Jan 2011 13:52:09 +0000 (11:52 -0200)
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>
include/media/v4l2-ctrls.h

index fcc9a0c..97d0638 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <linux/list.h>
 #include <linux/device.h>
+#include <linux/videodev2.h>
 
 /* forward references */
 struct v4l2_ctrl_handler;