]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: tegra: utils: Don't use of_have_populated_dt()
authorStephen Warren <swarren@nvidia.com>
Tue, 10 Apr 2012 19:11:17 +0000 (13:11 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 10 Apr 2012 21:33:19 +0000 (22:33 +0100)
commit8127bf5529f6a42d20e9e3613643d149e4dbb697
tree64ee6b34253faad9d9015c2b4044948cac8450b5
parent20dc24a951f4792070803d8f1838c8ed3f4e5d57
ASoC: tegra: utils: Don't use of_have_populated_dt()

Recent list discussions concluded that drivers should not be calling
of_have_populated_dt(), and hence of_have_populated_dt() should not be
exported. Use a different mechanism to detect DT vs. non-DT boot.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/tegra/tegra_asoc_utils.c