提交 7ee4518a 编写于 作者: W Wei Yongjun 提交者: Mark Brown

ASoC: ux500: Fix sparse non static symbol warning

Fixes the following sparse warning:

sound/soc/ux500/ux500_msp_i2s.c:649:5: warning:
 symbol 'ux500_msp_i2s_of_init_msp' was not declared. Should it be static?
Signed-off-by: NWei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: NArnd Bergmann <arnd@arndb.de>
Acked-by: NLee Jones <lee.jones@linaro.org>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 33899b19
...@@ -646,9 +646,9 @@ int ux500_msp_i2s_close(struct ux500_msp *msp, unsigned int dir) ...@@ -646,9 +646,9 @@ int ux500_msp_i2s_close(struct ux500_msp *msp, unsigned int dir)
} }
int ux500_msp_i2s_of_init_msp(struct platform_device *pdev, static int ux500_msp_i2s_of_init_msp(struct platform_device *pdev,
struct ux500_msp *msp, struct ux500_msp *msp,
struct msp_i2s_platform_data **platform_data) struct msp_i2s_platform_data **platform_data)
{ {
struct msp_i2s_platform_data *pdata; struct msp_i2s_platform_data *pdata;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册