Loading
ASoC: q6afe-clocks: fix warning on symbol scope
mainline inclusion from mainline-v5.11-rc1 commit ee5d28e7 category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/I94K5J Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ee5d28e735082a5676c85bdc578653097e4e29e2 ------------------------------------------------------ This patch fixes below warning when module is compiled with W=1 C=1 sound/soc/qcom/qdsp6/q6afe-clocks.c:122:18: warning: symbol 'q6afe_clks' was not declared. Should it be static? Fixes: 520a1c39 ("ASoC: q6afe-clocks: add q6afe clock controller") Signed-off-by:Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20201105114435.22860-1-srinivas.kandagatla@linaro.org Signed-off-by:
Mark Brown <broonie@kernel.org> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com>