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

From: Jiaxin Yu
Date: Thu Nov 05 2020 - 08:29:29 EST


On Thu, 2020-11-05 at 20:28 +0800, Zou Wei wrote:
> 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?
> ./mt8192-afe-gpio.c:15:16: warning: symbol 'aud_pinctrl' was not declared. Should it be static?
> ./mt8192-afe-pcm.c:70:5: warning: symbol 'mt8192_get_memif_pbuf_size' was not declared. Should it be static?
> ./mt8192-afe-pcm.c:2137:39: warning: symbol 'mt8192_afe_component' was not declared. Should it be static?
>
> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
> Signed-off-by: Zou Wei <zou_wei@xxxxxxxxxx>

Acked-by: Jiaxin Yu <jiaxin.yu@xxxxxxxxxxxx>
Thanks for the fixing.