linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] omap3isp: #include videodev2.h in omap3isp.h
@ 2012-07-26 15:31 Michael Jones
  2012-07-26 15:55 ` Laurent Pinchart
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Jones @ 2012-07-26 15:31 UTC (permalink / raw)
  To: linux-media

include/linux/omap3isp.h uses BASE_VIDIOC_PRIVATE from include/linux/videodev2.h
but didn't include this file.

Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
---
 include/linux/omap3isp.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/omap3isp.h b/include/linux/omap3isp.h
index c73a34c..e7a79db 100644
--- a/include/linux/omap3isp.h
+++ b/include/linux/omap3isp.h
@@ -28,6 +28,7 @@
 #define OMAP3_ISP_USER_H
 
 #include <linux/types.h>
+#include <linux/videodev2.h>
 
 /*
  * Private IOCTLs
-- 
1.7.4.1


MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler
Registergericht: Amtsgericht Stuttgart, HRB 271090
Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner, Erhard Meier

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] omap3isp: #include videodev2.h in omap3isp.h
  2012-07-26 15:31 [PATCH] omap3isp: #include videodev2.h in omap3isp.h Michael Jones
@ 2012-07-26 15:55 ` Laurent Pinchart
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2012-07-26 15:55 UTC (permalink / raw)
  To: Michael Jones; +Cc: linux-media

Hi Michael,

On Thursday 26 July 2012 17:31:51 Michael Jones wrote:
> include/linux/omap3isp.h uses BASE_VIDIOC_PRIVATE from
> include/linux/videodev2.h but didn't include this file.
> 
> Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

I've added the patch to my tree.

> ---
>  include/linux/omap3isp.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/include/linux/omap3isp.h b/include/linux/omap3isp.h
> index c73a34c..e7a79db 100644
> --- a/include/linux/omap3isp.h
> +++ b/include/linux/omap3isp.h
> @@ -28,6 +28,7 @@
>  #define OMAP3_ISP_USER_H
> 
>  #include <linux/types.h>
> +#include <linux/videodev2.h>
> 
>  /*
>   * Private IOCTLs
-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-26 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-26 15:31 [PATCH] omap3isp: #include videodev2.h in omap3isp.h Michael Jones
2012-07-26 15:55 ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).