diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-02-21 15:33:05 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-07-02 15:06:31 +0300 |
commit | a37f05ac094fb0474ddaea8bcfa2c18e0df8cb2e (patch) | |
tree | 6c0f54d4706abfcabcda4738eeb237ae25a5b360 /arch/arm/mach-omap2/clock.h | |
parent | 944ee5dc154b1618d4c794376af237f370c1e6b3 (diff) |
ARM: OMAP2420: clock: get rid of fixed-div property use
Cleans up the code a bit and is useful for clock data DT conversion.
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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index 12f54d428d7c..bb6723842c4a 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h @@ -178,9 +178,6 @@ struct clksel { const struct clksel_rate *rates; }; -unsigned long omap_fixed_divisor_recalc(struct clk_hw *hw, - unsigned long parent_rate); - /* CM_CLKSEL2_PLL.CORE_CLK_SRC bits (2XXX) */ #define CORE_CLK_SRC_32K 0x0 #define CORE_CLK_SRC_DPLL 0x1 |