diff options
Diffstat (limited to 'arch/arm/mach-omap2/clock.c')
-rw-r--r-- | arch/arm/mach-omap2/clock.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/mach-omap2/clock.c b/arch/arm/mach-omap2/clock.c index 5c4e66542169..ea3f565ba1a4 100644 --- a/arch/arm/mach-omap2/clock.c +++ b/arch/arm/mach-omap2/clock.c | |||
@@ -398,24 +398,6 @@ int omap2_clk_set_parent(struct clk *clk, struct clk *new_parent) | |||
398 | return omap2_clksel_set_parent(clk, new_parent); | 398 | return omap2_clksel_set_parent(clk, new_parent); |
399 | } | 399 | } |
400 | 400 | ||
401 | /* OMAP3/4 non-CORE DPLL clkops */ | ||
402 | |||
403 | #if defined(CONFIG_ARCH_OMAP3) || defined(CONFIG_ARCH_OMAP4) | ||
404 | |||
405 | const struct clkops clkops_omap3_noncore_dpll_ops = { | ||
406 | .enable = omap3_noncore_dpll_enable, | ||
407 | .disable = omap3_noncore_dpll_disable, | ||
408 | .allow_idle = omap3_dpll_allow_idle, | ||
409 | .deny_idle = omap3_dpll_deny_idle, | ||
410 | }; | ||
411 | |||
412 | const struct clkops clkops_omap3_core_dpll_ops = { | ||
413 | .allow_idle = omap3_dpll_allow_idle, | ||
414 | .deny_idle = omap3_dpll_deny_idle, | ||
415 | }; | ||
416 | |||
417 | #endif | ||
418 | |||
419 | /* | 401 | /* |
420 | * OMAP2+ clock reset and init functions | 402 | * OMAP2+ clock reset and init functions |
421 | */ | 403 | */ |