diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-04-03 14:12:58 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-10 10:25:30 -0300 |
commit | befd25a2bd61f1706508280f705e18be8b283e3e (patch) | |
tree | 8953d6cba0623cf0fac1524fd6975ab2042bc5cb /include/media/omap3isp.h | |
parent | 9a1a8f9953f3f101ce769878fc7bbbc43a4fd2dc (diff) | |
download | blackbird-op-linux-befd25a2bd61f1706508280f705e18be8b283e3e.tar.gz blackbird-op-linux-befd25a2bd61f1706508280f705e18be8b283e3e.zip |
[media] media: omap3isp: remove unused clkdev
No merged platform supplies xclks via platform data. As we want to
slightly change the clkdev interface, rather than fixing this unused
code, remove it instead.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media/omap3isp.h')
-rw-r--r-- | include/media/omap3isp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/media/omap3isp.h b/include/media/omap3isp.h index 0f0c08b48829..048f8f9117ef 100644 --- a/include/media/omap3isp.h +++ b/include/media/omap3isp.h @@ -150,13 +150,7 @@ struct isp_platform_subdev { struct isp_bus_cfg *bus; }; -struct isp_platform_xclk { - const char *dev_id; - const char *con_id; -}; - struct isp_platform_data { - struct isp_platform_xclk xclks[2]; struct isp_platform_subdev *subdevs; void (*set_constraints)(struct isp_device *isp, bool enable); }; |