]> git.baikalelectronics.ru Git - kernel.git/commit
soc: fsl_asrc: Make some functions static
authorChenTao <chentao107@huawei.com>
Thu, 7 May 2020 02:29:59 +0000 (10:29 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 7 May 2020 12:18:06 +0000 (13:18 +0100)
commite4bd2a6f36522deb8cd7a3ce1f23a8d0c650c39b
treeda30fdd1223cdd46af91d0f121f722030b40a953
parenteaa4c58d03496364bfff42165b9c4412b957c685
soc: fsl_asrc: Make some functions static

Fix the following warning:

sound/soc/fsl/fsl_asrc.c:157:5: warning:
symbol 'fsl_asrc_request_pair' was not declared. Should it be static?
sound/soc/fsl/fsl_asrc.c:200:6: warning:
symbol 'fsl_asrc_release_pair' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: ChenTao <chentao107@huawei.com>
Link: https://lore.kernel.org/r/20200507022959.183739-1-chentao107@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_asrc.c