diff options
author | Sakari Ailus <sakari.ailus@iki.fi> | 2013-08-10 14:49:48 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-08-22 11:39:12 -0300 |
commit | a354177f058541b7212230feb2c0da7c464e9b9d (patch) | |
tree | 7d0885e0add8d176983ab8cf7a76146e006d9cd1 /include/media/smiapp.h | |
parent | d0aae0048aef36065de953878422c475f53230d0 (diff) | |
download | linux-next-a354177f058541b7212230feb2c0da7c464e9b9d.tar.gz |
[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/smiapp.h')
-rw-r--r-- | include/media/smiapp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/smiapp.h b/include/media/smiapp.h index 07f96a89e189..0b8f124a630c 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 */ }; |