ARM: tegra: remove tegra_timer from tegra_list_clks
authorStephen Warren <swarren@nvidia.com>
Mon, 27 Aug 2012 23:33:14 +0000 (16:33 -0700)
committerStephen Warren <swarren@nvidia.com>
Thu, 6 Sep 2012 17:47:21 +0000 (11:47 -0600)
commit20f4665831cec65d6e5d33587bba28ffa536b91d
tree383f604a190c7f04593d918e5b51e0986705936c
parent9c54db6d3973ad1e8063932a4b0c6f32488f3ba8
ARM: tegra: remove tegra_timer from tegra_list_clks

tegra_time is a struct sys_timer, not a struct clk, so can't be included
in an array of struct clk *.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/tegra20_clocks_data.c
arch/arm/mach-tegra/tegra30_clocks_data.c