OSDN Git Service

ASoC: max98090: Guard runtime PM callbacks
authorMark Brown <broonie@linaro.org>
Wed, 5 Jun 2013 18:33:03 +0000 (19:33 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 6 Jun 2013 08:59:13 +0000 (09:59 +0100)
commit3722dc8ebf041aedb1075078bd6728a38539a2aa
tree92b729c60b7822a61add7e0f7898038aa5573858
parentfd5f940f82cdc0132438a96559b27dd7fd574875
ASoC: max98090: Guard runtime PM callbacks

Otherwise the functions will be defined but unreferenced when runtime PM
is disabled, generating warnings.

Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/max98090.c