]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: tegra: fix i2s compilation when !CONFIG_DEBUG_FS
authorStephen Warren <swarren@nvidia.com>
Fri, 6 Apr 2012 05:11:16 +0000 (23:11 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Apr 2012 16:13:57 +0000 (09:13 -0700)
commit4b06fc96136303af61cd835bb1504f50cb23a615
tree445632d24a364dc4175d7b195b5dc3209f93c5c3
parent3ea212aa78fda0c2892595da96adc315da361225
ASoC: tegra: fix i2s compilation when !CONFIG_DEBUG_FS

commit 8abe05c6eb358967f16bce8a02c88d57c82cfbd6 upstream.

Commit d4a2eca "ASoC: Tegra I2S: Remove dependency on pdev->id" changed
the prototype of tegra_i2s_debug_add, but didn't update the dummy inline
used when !CONFIG_DEBUG_FS. Fix that.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/tegra/tegra_i2s.c