omap3isp: #include videodev2.h in omap3isp.h

Message ID 1343316711-22196-1-git-send-email-michael.jones@matrix-vision.de (mailing list archive)
State Accepted, archived
Headers

Commit Message

Michael Jones July 26, 2012, 3:31 p.m. UTC
  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(-)
  

Comments

Laurent Pinchart July 26, 2012, 3:55 p.m. UTC | #1
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
  

Patch

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