Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ee4518a authored by Wei Yongjun's avatar Wei Yongjun Committed by Mark Brown
Browse files

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: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 33899b19
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -646,7 +646,7 @@ 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 msp_i2s_platform_data **platform_data)
{