]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: tegra: clocks: separate tegra_clk_32k_ops from Tegra20 and Tegra30
authorJoseph Lo <josephl@nvidia.com>
Fri, 17 Aug 2012 06:51:21 +0000 (14:51 +0800)
committerStephen Warren <swarren@nvidia.com>
Fri, 17 Aug 2012 19:19:37 +0000 (13:19 -0600)
commit501c45645e2a2f36529351959e50fe0ed769e781
tree0714cf70b65fb55f1965027dce39e1e7005fa21d
parentf75c70587cf58ee95581f07ca031bb46205c3452
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>
arch/arm/mach-tegra/tegra20_clocks.c
arch/arm/mach-tegra/tegra30_clocks.c
arch/arm/mach-tegra/tegra30_clocks.h
arch/arm/mach-tegra/tegra30_clocks_data.c