]> Pileus Git - ~andy/linux/commitdiff
ASoC: Staticise samsung_spdif_dai
authorAxel Lin <axel.lin@gmail.com>
Sun, 2 Oct 2011 09:42:30 +0000 (17:42 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 2 Oct 2011 18:58:45 +0000 (19:58 +0100)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/samsung/spdif.c

index c82b47152b7591b5d0c3c04c73ccf0ccb9fd537c..3122f3154bfa7295f0de3650533e8eafa4c8608b 100644 (file)
@@ -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",