From: Axel Lin Date: Sun, 2 Oct 2011 09:42:30 +0000 (+0800) Subject: ASoC: Staticise samsung_spdif_dai X-Git-Tag: next-20111004~51^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bc6bd90eb7bb7978e6e8d741071aaac14325e72f;p=karo-tx-linux.git ASoC: Staticise samsung_spdif_dai Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/sound/soc/samsung/spdif.c b/sound/soc/samsung/spdif.c index c82b47152b75..3122f3154bfa 100644 --- a/sound/soc/samsung/spdif.c +++ b/sound/soc/samsung/spdif.c @@ -340,7 +340,7 @@ static struct snd_soc_dai_ops spdif_dai_ops = { .shutdown = spdif_shutdown, }; -struct snd_soc_dai_driver samsung_spdif_dai = { +static struct snd_soc_dai_driver samsung_spdif_dai = { .name = "samsung-spdif", .playback = { .stream_name = "S/PDIF Playback",