From: Joseph Lo Date: Fri, 17 Aug 2012 06:51:21 +0000 (+0800) Subject: ARM: tegra: clocks: separate tegra_clk_32k_ops from Tegra20 and Tegra30 X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~62^2~9^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b78c030cebdaf8da14b44a4454146a7919e763a8;p=pandora-kernel.git 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 Signed-off-by: Stephen Warren --- Reading git-diff-tree failed