答复: [PATCH -next] ASoC: mediatek: mt8192: Make some symbols static

2020-11-05 Thread Zouwei (Samuel)
m-ker...@lists.infradead.org; linux-media...@lists.infradead.org; linux-kernel@vger.kernel.org; Zouwei (Samuel) 主题: [PATCH -next] ASoC: mediatek: mt8192: Make some symbols static Fix the following sparse warnings: ./mt8192-dai-i2s.c:2040:5: warning: symbol 'mt8192_dai_i2s_get_share' was not decl

[PATCH -next] ASoC: mediatek: mt8192: Make some symbols static

2020-11-05 Thread Zou Wei
Fix the following sparse warnings: ./mt8192-dai-i2s.c:2040:5: warning: symbol 'mt8192_dai_i2s_get_share' was not declared. Should it be static? ./mt8192-dai-i2s.c:2060:5: warning: symbol 'mt8192_dai_i2s_set_priv' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: Zou