diff options
author | Tony Lindgren <tony@atomide.com> | 2010-02-15 20:27:25 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-15 20:27:25 +0300 |
commit | 4751227df948582e82f19df30efa662ab71fa980 (patch) | |
tree | fcaa71e589feedf607377881109088b6eba50822 /arch/arm/mach-omap2/clock44xx.h | |
parent | 61a07c80a7cf7333475e7eda9934dac9a8a9c8b9 (diff) | |
download | linux-4751227df948582e82f19df30efa662ab71fa980.tar.xz |
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/clock44xx.h')
-rw-r--r-- | arch/arm/mach-omap2/clock44xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock44xx.h b/arch/arm/mach-omap2/clock44xx.h index 1f55b6b574fb..efe849416aac 100644 --- a/arch/arm/mach-omap2/clock44xx.h +++ b/arch/arm/mach-omap2/clock44xx.h @@ -12,6 +12,6 @@ int omap4xxx_clk_init(void); -extern const struct clkops clkops_noncore_dpll_ops; +extern const struct clkops omap4_clkops_noncore_dpll_ops; #endif |