]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: qcom: remove incorrect dependencies
authorArnd Bergmann <arnd@arndb.de>
Thu, 21 May 2015 09:07:08 +0000 (11:07 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 21 May 2015 10:59:53 +0000 (11:59 +0100)
commit2ac9325e869bc79351a8ba283f6f1dfae34c5e3f
tree6818b2da20e8d7ca71d8c6b92c1598428008b932
parent8cae128dccac01e5230afdb06d156db3ab60f450
ASoC: qcom: remove incorrect dependencies

Compile-tests show a warning for the newly added SND_SOC_STORM
symbol:

warning: (SND_SOC_STORM) selects SND_SOC_LPASS_CPU which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && SND_SOC_QCOM)

The problem is that it can be selected for COMPILE_TEST on non-QCOM
builds, but the symbols it selects have a dependency.
Dropping the dependencies makes it work without warnings and no
other side-effects, because these are not user-visible.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 398c4f510ae ("ASoC: qcom: Add ability to build QCOM drivers")
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/Kconfig