diff options
author | Tony Lindgren <tony@atomide.com> | 2010-02-15 12:27:25 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-15 12:27:25 -0500 |
commit | 4751227df948582e82f19df30efa662ab71fa980 (patch) | |
tree | fcaa71e589feedf607377881109088b6eba50822 /arch/arm/mach-omap2/clock34xx.c | |
parent | 61a07c80a7cf7333475e7eda9934dac9a8a9c8b9 (diff) |
omap3/4: Fix compile for multi-omap for clkops_noncore_dpll_ops
Rename clkops_noncore_dpll_ops for omap3 and omap4.
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock34xx.c')
-rw-r--r-- | arch/arm/mach-omap2/clock34xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock34xx.c b/arch/arm/mach-omap2/clock34xx.c index 1f1b5a6b3eea..ae9e2c82eb6a 100644 --- a/arch/arm/mach-omap2/clock34xx.c +++ b/arch/arm/mach-omap2/clock34xx.c | |||
@@ -130,7 +130,7 @@ const struct clkops clkops_omap3430es2_hsotgusb_wait = { | |||
130 | .find_companion = omap2_clk_dflt_find_companion, | 130 | .find_companion = omap2_clk_dflt_find_companion, |
131 | }; | 131 | }; |
132 | 132 | ||
133 | const struct clkops clkops_noncore_dpll_ops = { | 133 | const struct clkops omap3_clkops_noncore_dpll_ops = { |
134 | .enable = omap3_noncore_dpll_enable, | 134 | .enable = omap3_noncore_dpll_enable, |
135 | .disable = omap3_noncore_dpll_disable, | 135 | .disable = omap3_noncore_dpll_disable, |
136 | }; | 136 | }; |