]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: mediatek: Make some symbols static
authorYueHaibing <yuehaibing@huawei.com>
Wed, 29 May 2019 15:04:37 +0000 (23:04 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 4 Jun 2019 14:11:04 +0000 (15:11 +0100)
commitd0505de027130f0c72cf16d68fbe2fb37f03f942
treed2bb0035867368e782991bdbb78980a16a00b7f9
parent0d8856d362a760b28ec07277af53ecf1bb9a0dc6
ASoC: mediatek: Make some symbols static

Fix sparse warnings:

sound/soc/mediatek/common/mtk-btcvsd.c:410:5: warning: symbol 'mtk_btcvsd_write_to_bt' was not declared. Should it be static?
sound/soc/mediatek/common/mtk-btcvsd.c:698:9: warning: symbol 'mtk_btcvsd_snd_read' was not declared. Should it be static?
sound/soc/mediatek/common/mtk-btcvsd.c:779:9: warning: symbol 'mtk_btcvsd_snd_write' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/common/mtk-btcvsd.c