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)
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>

No differences found