From 58b396cc4cd1524004cd4710af79cf70611f5533 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 23 Aug 2011 00:40:06 +0200 Subject: omap3isp: Add isp device field to struct omap3_isp_video Signed-off-by: Laurent Pinchart --- isp/omap3isp-priv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'isp/omap3isp-priv.h') diff --git a/isp/omap3isp-priv.h b/isp/omap3isp-priv.h index 4e3d8cf..28bcf73 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -67,6 +67,7 @@ struct omap3_isp_entity { /* * struct omap3_isp_video - OMAP3 video device * @entity: OMAP3 entity + * @isp: OMAP3 ISP device * @video: V4L2 capture device * @format: Current video format * @pool: Buffers pool @@ -76,6 +77,7 @@ struct omap3_isp_entity { */ struct omap3_isp_video { struct omap3_isp_entity entity; + struct omap3_isp_device *isp; struct v4l2_device *video; struct v4l2_mbus_framefmt format; struct v4l2_buffers_pool *pool; -- cgit v1.2.3