提交 1427cc37 编写于 作者: M Mark Brown

ASoC: sta529: Staticise non-exported codec driver struct

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 689185b7
......@@ -358,7 +358,7 @@ static int sta529_resume(struct snd_soc_codec *codec)
return 0;
}
struct snd_soc_codec_driver sta529_codec_driver = {
static const struct snd_soc_codec_driver sta529_codec_driver = {
.probe = sta529_probe,
.remove = sta529_remove,
.set_bias_level = sta529_set_bias_level,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册