浏览代码

ASoC: Staticise samsung_spdif_dai

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Axel Lin 14 年之前
父节点
当前提交
bc6bd90eb7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/soc/samsung/spdif.c

+ 1 - 1
sound/soc/samsung/spdif.c

@@ -340,7 +340,7 @@ static struct snd_soc_dai_ops spdif_dai_ops = {
 	.shutdown	= spdif_shutdown,
 	.shutdown	= spdif_shutdown,
 };
 };
 
 
-struct snd_soc_dai_driver samsung_spdif_dai = {
+static struct snd_soc_dai_driver samsung_spdif_dai = {
 	.name = "samsung-spdif",
 	.name = "samsung-spdif",
 	.playback = {
 	.playback = {
 		.stream_name = "S/PDIF Playback",
 		.stream_name = "S/PDIF Playback",