aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp/ispvideo.h
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@iki.fi>2016-02-21 11:25:10 -0500
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-03-03 10:32:49 -0500
commit506a47eb4cab9706a9c007e22fadaae79c4cf491 (patch)
tree50a8468c0b06e097f7059e6ee77cb114e1510f50 /drivers/media/platform/omap3isp/ispvideo.h
parenta77bf7048addfbd59ec2208f3172207d90d42c9a (diff)
[media] v4l: omap3isp: Use V4L2 graph PM operations
Power on devices represented by entities in the graph through the pipeline state using V4L2 graph PM operations instead of what was in the omap3isp driver. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/omap3isp/ispvideo.h')
-rw-r--r--drivers/media/platform/omap3isp/ispvideo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/omap3isp/ispvideo.h b/drivers/media/platform/omap3isp/ispvideo.h
index 156429878d64..6a48d5879c56 100644
--- a/drivers/media/platform/omap3isp/ispvideo.h
+++ b/drivers/media/platform/omap3isp/ispvideo.h
@@ -189,7 +189,6 @@ struct isp_video_fh {
189 struct vb2_queue queue; 189 struct vb2_queue queue;
190 struct v4l2_format format; 190 struct v4l2_format format;
191 struct v4l2_fract timeperframe; 191 struct v4l2_fract timeperframe;
192 struct media_entity_graph graph;
193}; 192};
194 193
195#define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh) 194#define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh)