]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: imx8: Make some functions static
authorYueHaibing <yuehaibing@huawei.com>
Fri, 23 Aug 2019 12:59:39 +0000 (20:59 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 27 Aug 2019 10:44:32 +0000 (11:44 +0100)
commit5c83238930297782051528bb415d91b171fa0520
treeab63a3fd847a866d175fdb2841f5baa9ba31de78
parent194ba0b531421f725e43ee73e881034cd1d26348
ASoC: SOF: imx8: Make some functions static

Fix sparse warnings:

sound/soc/sof/imx/imx8.c:104:6: warning: symbol 'imx8_dsp_handle_reply' was not declared. Should it be static?
sound/soc/sof/imx/imx8.c:115:6: warning: symbol 'imx8_dsp_handle_request' was not declared. Should it be static?
sound/soc/sof/imx/imx8.c:336:5: warning: symbol 'imx8_get_bar_index' was not declared. Should it be static?
sound/soc/sof/imx/imx8.c:341:6: warning: symbol 'imx8_ipc_msg_data' was not declared. Should it be static?
sound/soc/sof/imx/imx8.c:348:5: warning: symbol 'imx8_ipc_pcm_params' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://lore.kernel.org/r/20190823125939.30012-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/imx/imx8.c