ASoC: wm8580: Fix non static symbol warnings
authorWei Yongjun <weiyongjun1@huawei.com>
Sat, 29 Oct 2016 16:27:23 +0000 (16:27 +0000)
committerMark Brown <broonie@kernel.org>
Sat, 29 Oct 2016 18:00:37 +0000 (12:00 -0600)
commit2f3d1b659344ad28bd559dcb2176e9ae84a2b044
tree60ecf5ec4802e56c464459bd9042bde91bffcd2e
parent028f5a5bc85378317099be47995269d1027b0309
ASoC: wm8580: Fix non static symbol warnings

Fixes the following sparse warnings:

sound/soc/codecs/wm8580.c:988:33: warning:
 symbol 'wm8580_data' was not declared. Should it be static?
sound/soc/codecs/wm8580.c:992:33: warning:
 symbol 'wm8581_data' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8580.c