]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: tas2552: Fix compilation warning for !PM_RUNTIME
authorThierry Reding <treding@nvidia.com>
Thu, 2 Oct 2014 07:28:00 +0000 (09:28 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 2 Oct 2014 10:52:10 +0000 (11:52 +0100)
commita45235a34d7d5fa69b24d02a09117ffbee6ed644
tree4aa4fa6bad413e062f3adc6cce48482338652e04
parentfa548e34a1357ababfcb786ff8e9c72458e5423c
ASoC: tas2552: Fix compilation warning for !PM_RUNTIME

The tas2552_sw_shutdown() function is only used by runtime suspend
support, so only build it when necessary.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2552.c