瀏覽代碼

ASoC: da732x: Staticise non-exported symbol soc_codec_dev_da732x

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 13 年之前
父節點
當前提交
b2a4ec3d48
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/soc/codecs/da732x.c

+ 1 - 1
sound/soc/codecs/da732x.c

@@ -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,