diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-07-25 15:37:26 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-09-04 15:39:28 +0200 |
commit | c2cef3c8853213e50809189a245af3d859cacb19 (patch) | |
tree | 3cbb91bb2c9ab1a98fc9d396a1b9c73f82df11c9 /isp/omap3isp-priv.h | |
parent | c73df469b2ffbde8ce10adf871245aad6a74271c (diff) |
omap3isp: Remove unused struct omap3_isp_device::resizer field
The field isn't needed anymore, remove it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/omap3isp-priv.h')
-rw-r--r-- | isp/omap3isp-priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/isp/omap3isp-priv.h b/isp/omap3isp-priv.h index b143b13..e9dae0c 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -121,7 +121,6 @@ struct omap3_isp_device { struct media_entity *ccdc; struct media_entity *preview; - struct media_entity *resizer; struct media_entity *sensor; struct v4l2_mbus_framefmt sensor_format; |