Message ID | 1343316711-22196-1-git-send-email-michael.jones@matrix-vision.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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
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(-)