diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-11-27 18:51:35 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-07 21:54:40 +0300 |
commit | 56ad669184a0455c096eeb525a14e8a5ab7c1b25 (patch) | |
tree | 01d224424c7dd9ce7ad9e64ab84b43fe57752ae4 /arch/arm/mach-omap2/clock2xxx.h | |
parent | 9b455e8d7cd5a9523bb0f696070173681cb45238 (diff) | |
download | linux-56ad669184a0455c096eeb525a14e8a5ab7c1b25.tar.xz |
ARM: OMAP2: clock: remove unused apll code
APLL clock type is no longer needed as the legacy clock support is removed.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
[tony@atomide.com: updated to apply]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock2xxx.h')
-rw-r--r-- | arch/arm/mach-omap2/clock2xxx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/clock2xxx.h b/arch/arm/mach-omap2/clock2xxx.h index 364a4cc7f11b..125c37614848 100644 --- a/arch/arm/mach-omap2/clock2xxx.h +++ b/arch/arm/mach-omap2/clock2xxx.h @@ -41,7 +41,5 @@ int omap2430_clk_init(void); #endif extern struct clk_hw *dclk_hw; -int omap2_enable_osc_ck(struct clk_hw *hw); -void omap2_disable_osc_ck(struct clk_hw *hw); #endif |