]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: cs35l36: Make some symbols static
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 18 Feb 2019 07:46:53 +0000 (07:46 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 18 Feb 2019 17:42:37 +0000 (17:42 +0000)
commitb2c02c63ac254530cffe3a7dc7d4e433da1b3a67
treea8f05424b1e1d43eeb40fb10d7c36a4e5d6ff5bd
parent74c6ecf4194ebed285b29964a950e0cd7414fe19
ASoC: cs35l36: Make some symbols static

Fixes the following sparse warnings:

sound/soc/codecs/cs35l36.c:135:20: warning:
 symbol 'cs35l36_reg' was not declared. Should it be static?
sound/soc/codecs/cs35l36.c:248:6: warning:
 symbol 'cs35l36_readable_reg' was not declared. Should it be static?
sound/soc/codecs/cs35l36.c:398:6: warning:
 symbol 'cs35l36_precious_reg' was not declared. Should it be static?
sound/soc/codecs/cs35l36.c:410:6: warning:
 symbol 'cs35l36_volatile_reg' was not declared. Should it be static?

Fixes: 6ba9dd6c893b ("ASoC: cs35l36: Add support for Cirrus CS35L36 Amplifier")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: James Schulman <james.schulman@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l36.c