diff options
Diffstat (limited to 'isp/omap3isp-priv.h')
-rw-r--r-- | isp/omap3isp-priv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/isp/omap3isp-priv.h b/isp/omap3isp-priv.h index 375c5c9..bf3e540 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -29,7 +29,6 @@ /* * struct omap3_isp_video - OMAP3 video device - * @subdev: Sub-device from which video is captured for this device * @node: Output video node entity * @video: V4L2 capture device * @format: Current video format @@ -40,7 +39,6 @@ * @running: Whether video capture is running on the device */ struct omap3_isp_video { - struct media_entity *subdev; struct media_entity *node; struct v4l2_device *video; struct v4l2_mbus_framefmt format; |