ASoC: tegra: always use clk_get() in utility code
authorStephen Warren <swarren@nvidia.com>
Mon, 13 May 2013 19:26:12 +0000 (13:26 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 14 May 2013 04:45:11 +0000 (08:45 +0400)
Now that all of the Tegra device trees have been updated to represent
the required audio clocks, remove the compatibility code from the Tegra
ASoC utility code, and always use clk_get() rather than clk_get_sys().

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found