summaryrefslogtreecommitdiff
path: root/drivers/staging/media/omap4iss/iss_video.h
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@iki.fi>2016-02-21 19:25:11 +0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-03-03 18:33:25 +0300
commita288b78b83b6e795409de61dfb842faf5c4c53c3 (patch)
treee04ecd2ab437ef4d76ff6b195029df3f6601e330 /drivers/staging/media/omap4iss/iss_video.h
parent506a47eb4cab9706a9c007e22fadaae79c4cf491 (diff)
downloadlinux-a288b78b83b6e795409de61dfb842faf5c4c53c3.tar.xz
[media] staging: v4l: omap4iss: 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/staging/media/omap4iss/iss_video.h')
-rw-r--r--drivers/staging/media/omap4iss/iss_video.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/omap4iss/iss_video.h b/drivers/staging/media/omap4iss/iss_video.h
index 34588b7176ca..c8bd2958a3f8 100644
--- a/drivers/staging/media/omap4iss/iss_video.h
+++ b/drivers/staging/media/omap4iss/iss_video.h
@@ -183,7 +183,6 @@ struct iss_video_fh {
struct vb2_queue queue;
struct v4l2_format format;
struct v4l2_fract timeperframe;
- struct media_entity_graph graph;
};
#define to_iss_video_fh(fh) container_of(fh, struct iss_video_fh, vfh)