Re: [PATCH] omap3isp: #include videodev2.h in omap3isp.h

2012-07-26 Thread Laurent Pinchart
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 Acked-by: Laurent Pinchart I've added the patch to my tree. > --- > include/

[PATCH] omap3isp: #include videodev2.h in omap3isp.h

2012-07-26 Thread Michael Jones
include/linux/omap3isp.h uses BASE_VIDIOC_PRIVATE from include/linux/videodev2.h but didn't include this file. Signed-off-by: Michael Jones --- include/linux/omap3isp.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/omap3isp.h b/include/linux/omap3isp.h in