]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/mach-omap2/clock44xx.c
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelv...
[mv-sheeva.git] / arch / arm / mach-omap2 / clock44xx.c
index 5b25d38d542e6ec89bfcf138c367ee6f2d50ae20..e370868a79a862c4263238ab5272d8404d9d80ec 100644 (file)
@@ -22,31 +22,6 @@ struct clk_functions omap2_clk_functions = {
        .clk_disable_unused     = omap2_clk_disable_unused,
 };
 
-/*
- * Dummy functions for DPLL control. Plan is to re-use
- * existing OMAP3 dpll control functions.
- */
-
-unsigned long omap3_dpll_recalc(struct clk *clk)
-{
-       return 0;
-}
-
-int omap3_noncore_dpll_set_rate(struct clk *clk, unsigned long rate)
-{
-       return 0;
-}
-
-int omap3_noncore_dpll_enable(struct clk *clk)
-{
-       return 0;
-}
-
-void omap3_noncore_dpll_disable(struct clk *clk)
-{
-       return;
-}
-
 const struct clkops clkops_noncore_dpll_ops = {
        .enable         = &omap3_noncore_dpll_enable,
        .disable        = &omap3_noncore_dpll_disable,