mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
clk: ti: omap2430: move clock support code under clock driver
With the legacy clock support gone, this is no longer needed under platform code-base. Thus, move this under the TI clock driver, and remove the exported API from the public header. Signed-off-by: Tero Kristo <t-kristo@ti.com>
This commit is contained in:
parent
9f37e90efa
commit
d5a04dddf5
5 changed files with 36 additions and 59 deletions
|
@ -333,7 +333,6 @@ void ti_clk_setup_features(struct ti_clk_features *features);
|
|||
const struct ti_clk_features *ti_clk_get_features(void);
|
||||
|
||||
extern const struct clk_hw_omap_ops clkhwops_omap2xxx_dpll;
|
||||
extern const struct clk_hw_omap_ops clkhwops_omap2430_i2chs_wait;
|
||||
extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait;
|
||||
extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait;
|
||||
extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_wait;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue