提交 b2a4ec3d 编写于 作者: M Mark Brown

ASoC: da732x: Staticise non-exported symbol soc_codec_dev_da732x

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