ASoC: max9860: fix non static symbol warnings
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 17 Jun 2016 17:21:51 +0000 (17:21 +0000)
committerMark Brown <broonie@kernel.org>
Sat, 18 Jun 2016 13:09:00 +0000 (14:09 +0100)
commit716540fdd3d2461a00005cc1d9de067a27535ce2
tree895e69eef95cebfb605efdeb4d7473e5cb6fe512
parent3b2af7f79968f0df51b13fc8eed3bf1498f8a79d
ASoC: max9860: fix non static symbol warnings

Fixes the following sparse warnings:

sound/soc/codecs/max9860.c:120:28: warning:
 symbol 'max9860_regmap' was not declared. Should it be static?
sound/soc/codecs/max9860.c:596:25: warning:
 symbol 'max9860_pm_ops' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max9860.c