]> git.baikalelectronics.ru Git - kernel.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)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 6 Apr 2012 11:28:49 +0000 (12:28 +0100)
commit29181cb1bd5ff4c3548e1278720850a0c87a1700
tree91f1d32af7e522cf24856b5d5640c0d7c7559b47
parent11709f445e75ccf7e22bfe6d319d84fb6204a579
ASoC: tegra: fix i2s compilation when !CONFIG_DEBUG_FS

Commit cc8b87e "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>
Cc: <stable@vger.kernel.org> # 3.3
sound/soc/tegra/tegra_i2s.c