ASoC: max98926: make max98926_spk_tlv and max98926_current_tlv static
authorColin Ian King <colin.king@canonical.com>
Sun, 13 Aug 2017 15:00:33 +0000 (16:00 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 14 Aug 2017 16:13:29 +0000 (17:13 +0100)
commit9ab51b9469e6a63dbf4385bdd02704e87b65a039
tree86fb2bfb381b257deb7b9c57ed29ec1c567ef51c
parentdfcfd4b68a551b7038e046040dac2a467f5efd10
ASoC: max98926: make max98926_spk_tlv and max98926_current_tlv static

max98926_spk_tlv and max98926_current_tlv are local to the source and do
not need to be in global scope, so make them static.

Cleans up sparse warnings:
symbol 'max98926_spk_tlv' was not declared. Should it be static?
symbol 'max98926_current_tlv' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98926.c