diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-04-03 13:12:58 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-10 09:25:30 -0400 |
commit | befd25a2bd61f1706508280f705e18be8b283e3e (patch) | |
tree | 8953d6cba0623cf0fac1524fd6975ab2042bc5cb /include/media | |
parent | 9a1a8f9953f3f101ce769878fc7bbbc43a4fd2dc (diff) |
[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')
-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 { | |||
150 | struct isp_bus_cfg *bus; | 150 | struct isp_bus_cfg *bus; |
151 | }; | 151 | }; |
152 | 152 | ||
153 | struct isp_platform_xclk { | ||
154 | const char *dev_id; | ||
155 | const char *con_id; | ||
156 | }; | ||
157 | |||
158 | struct isp_platform_data { | 153 | struct isp_platform_data { |
159 | struct isp_platform_xclk xclks[2]; | ||
160 | struct isp_platform_subdev *subdevs; | 154 | struct isp_platform_subdev *subdevs; |
161 | void (*set_constraints)(struct isp_device *isp, bool enable); | 155 | void (*set_constraints)(struct isp_device *isp, bool enable); |
162 | }; | 156 | }; |