diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-02-20 19:09:18 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-07-02 14:26:06 +0300 |
commit | 944ee5dc154b1618d4c794376af237f370c1e6b3 (patch) | |
tree | c2a587ff9a954e04f7d333d2a0bb336aa6a27f07 /arch/arm/mach-omap2/clock2xxx.h | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f (diff) | |
download | linux-next-944ee5dc154b1618d4c794376af237f370c1e6b3.tar.gz |
ARM: OMAP2: convert sys_ck and osc_ck to standard clock types
osc_ck can be simply defined as a multiplexer clock, and the sys_ck
can be a simple divider.
Signed-off-by: Tero Kristo <t-kristo@ti.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 45f41a411603..a090225ceeba 100644 --- a/arch/arm/mach-omap2/clock2xxx.h +++ b/arch/arm/mach-omap2/clock2xxx.h @@ -45,8 +45,6 @@ int omap2430_clk_init(void); #define omap2430_clk_init() do { } while(0) #endif -extern void __iomem *prcm_clksrc_ctrl; - extern struct clk_hw *dclk_hw; int omap2_enable_osc_ck(struct clk_hw *hw); void omap2_disable_osc_ck(struct clk_hw *hw); |