commit | 716540fdd3d2461a00005cc1d9de067a27535ce2 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Jun 17 17:21:51 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Sat Jun 18 14:09:00 2016 +0100 |
tree | 895e69eef95cebfb605efdeb4d7473e5cb6fe512 | |
parent | 3b2af7f79968f0df51b13fc8eed3bf1498f8a79d [diff] |
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>