diff options
author | Joseph Lo <josephl@nvidia.com> | 2012-08-17 08:51:21 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-06 19:47:20 +0200 |
commit | b78c030cebdaf8da14b44a4454146a7919e763a8 (patch) | |
tree | 6653a77c931ed128d588a2604145769d03ca6a40 /arch/arm/mach-tegra/tegra30_clocks.h | |
parent | ARM: tegra: Remove duplicate code (diff) | |
download | linux-b78c030cebdaf8da14b44a4454146a7919e763a8.tar.xz linux-b78c030cebdaf8da14b44a4454146a7919e763a8.zip |
ARM: tegra: clocks: separate tegra_clk_32k_ops from Tegra20 and Tegra30
Currently the tegra20 and tegra30 share the same symbol for
tegra_clk_32k_ops. This will cause a compile error when building
a tegra20-only kernel image. Add tegra_clk_32k_ops for tegra20 and
modify tegra30_clk_32k_ops for tegra30.
Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra30_clocks.h')
-rw-r--r-- | arch/arm/mach-tegra/tegra30_clocks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/tegra30_clocks.h b/arch/arm/mach-tegra/tegra30_clocks.h index aeb4e963f632..b08b8d9024a6 100644 --- a/arch/arm/mach-tegra/tegra30_clocks.h +++ b/arch/arm/mach-tegra/tegra30_clocks.h @@ -17,7 +17,7 @@ #ifndef __MACH_TEGRA30_CLOCK_H #define __MACH_TEGRA30_CLOCK_H -extern struct clk_ops tegra_clk_32k_ops; +extern struct clk_ops tegra30_clk_32k_ops; extern struct clk_ops tegra30_clk_m_ops; extern struct clk_ops tegra_clk_m_div_ops; extern struct clk_ops tegra_pll_ref_ops; |