commit | b78c030cebdaf8da14b44a4454146a7919e763a8 | [log] [tgz] |
---|---|---|
author | Joseph Lo <josephl@nvidia.com> | Fri Aug 17 14:51:21 2012 +0800 |
committer | Stephen Warren <swarren@nvidia.com> | Thu Sep 06 11:47:20 2012 -0600 |
tree | 6653a77c931ed128d588a2604145769d03ca6a40 | |
parent | 1dfacc1613d088a99ac0360f6e276cad7f7cdf0c [diff] |
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>