Re: [PATCH] v4l2-fh: Include linux/videodev2.h for enum v4l2_priority definition

2013-11-06 Thread Sakari Ailus
On Thu, Oct 03, 2013 at 11:59:30PM +0200, Laurent Pinchart wrote:
> struct v4l2_fh has an enum v4l2_priority field. Make sure the enum
> definition is available by including linux/videodev2.h.
> 
> Signed-off-by: Laurent Pinchart 

Acked-by: Sakari Ailus 

-- 
Sakari Ailus
e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] v4l2-fh: Include linux/videodev2.h for enum v4l2_priority definition

2013-10-03 Thread Laurent Pinchart
struct v4l2_fh has an enum v4l2_priority field. Make sure the enum
definition is available by including linux/videodev2.h.

Signed-off-by: Laurent Pinchart 
---
 include/media/v4l2-fh.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/media/v4l2-fh.h b/include/media/v4l2-fh.h
index 0d92208..528cdaf 100644
--- a/include/media/v4l2-fh.h
+++ b/include/media/v4l2-fh.h
@@ -28,6 +28,7 @@
 
 #include 
 #include 
+#include 
 
 struct video_device;
 struct v4l2_ctrl_handler;
-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html