From: Paul Walmsley Date: Thu, 8 May 2008 01:19:07 +0000 (-0600) Subject: OMAP3 clock: remove omap3_noncore_dpll_set_rate fn from CORE DPLL definition X-Git-Tag: v2.6.26-omap1~123^2~122 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=275757fe95aea0e5f380472de0c00386240eeccf;p=linux-2.6-omap-h63xx.git OMAP3 clock: remove omap3_noncore_dpll_set_rate fn from CORE DPLL definition DPLL3 is the CORE DPLL and cannot use the non-CORE set_rate function since SDRC is downstream. Signed-off-by: Paul Walmslsy Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h index 825bab4e27b..284c796b3cf 100644 --- a/arch/arm/mach-omap2/clock34xx.h +++ b/arch/arm/mach-omap2/clock34xx.h @@ -411,7 +411,6 @@ static struct clk dpll3_ck = { .dpll_data = &dpll3_dd, .flags = CLOCK_IN_OMAP343X | RATE_PROPAGATES | ALWAYS_ENABLED, .round_rate = &omap2_dpll_round_rate, - .set_rate = &omap3_noncore_dpll_set_rate, .recalc = &omap3_dpll_recalc, };