diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-04-27 21:23:06 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 11:31:46 +0200 |
commit | 989feafb84118a840ff21250a1e5f516f43e3dbb (patch) | |
tree | 8bbd67f41a35f671419c649beb5d6f04d32eb66c /arch/arm/mach-omap2/clock.h | |
parent | ARM: OMAP2+: clock: remove legacy omap2_clk_readl/writel APIs (diff) | |
download | linux-989feafb84118a840ff21250a1e5f516f43e3dbb.tar.xz linux-989feafb84118a840ff21250a1e5f516f43e3dbb.zip |
clk: ti: move low-level access and init code under clock driver
With most of the clock code under clock driver already, the low-level
register access code, and the init code for the same, is no longer
needed outside the clock driver. Thus, these can be moved under clock
driver also.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock.h')
-rw-r--r-- | arch/arm/mach-omap2/clock.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index f3dc04cd5538..67da640ba1c7 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h @@ -75,11 +75,6 @@ extern const struct clkops clkops_omap2_dflt; extern struct clk_functions omap2_clk_functions; -struct regmap; - -int __init omap2_clk_provider_init(struct device_node *np, int index, - struct regmap *syscon, void __iomem *mem); -void __init omap2_clk_legacy_provider_init(int index, void __iomem *mem); int __init omap2_clk_setup_ll_ops(void); void __init ti_clk_init_features(void); |