]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: TSCS42xx: make functions pll_event and dac_event static
authorColin Ian King <colin.king@canonical.com>
Mon, 8 Jan 2018 23:14:44 +0000 (23:14 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 9 Jan 2018 17:02:42 +0000 (17:02 +0000)
commitc7a91fa4b5f2f0a4edd5f4e015702f1898177c7b
treef18ee82accdfcba1010884ab615b0ba45637ef36
parentd84772cc294d33567911b9e109a2c8035f0403d6
ASoC: TSCS42xx: make functions pll_event and dac_event static

The functions pll_event and dac_event are local to the source and do
not need to be in global scope, so make them static.

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Steven Eckhoff <steven.eckhoff.opensource@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tscs42xx.c