aboutsummaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@iki.fi>2013-08-10 14:49:48 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-08-22 11:39:12 -0300
commita354177f058541b7212230feb2c0da7c464e9b9d (patch)
tree7d0885e0add8d176983ab8cf7a76146e006d9cd1 /include/media
parentd0aae0048aef36065de953878422c475f53230d0 (diff)
[media] smiapp: Call the clock "ext_clk"
As the clock framework makes it possible to assign a device specific name to the clocks, remove the ability to use a named clock in the driver. Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/smiapp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/smiapp.h b/include/media/smiapp.h
index 07f96a89e18..0b8f124a630 100644
--- a/include/media/smiapp.h
+++ b/include/media/smiapp.h
@@ -77,7 +77,6 @@ struct smiapp_platform_data {
struct smiapp_flash_strobe_parms *strobe_setup;
int (*set_xclk)(struct v4l2_subdev *sd, int hz);
- char *ext_clk_name;
int xshutdown; /* gpio or SMIAPP_NO_XSHUTDOWN */
};