]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commited73c9f8c56fa4e6849542906e52f8d91ccd4ed7
tree895e69eef95cebfb605efdeb4d7473e5cb6fe512
parent58b5fbaed71cd81fe660c3bf5dad26273a0d422b
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