From: Mark Brown Date: Mon, 6 Sep 2010 17:56:03 +0000 (+0100) Subject: ASoC: Staticise WM9712 DAI list X-Git-Tag: v2.6.37-rc1~126^2~1^2~126 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0daaf7e89639674aa95492e5982f85f5cf7530fa;p=karo-tx-linux.git ASoC: Staticise WM9712 DAI list Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c index f8f37ae30910..cebeb93c10c7 100644 --- a/sound/soc/codecs/wm9712.c +++ b/sound/soc/codecs/wm9712.c @@ -524,7 +524,7 @@ static struct snd_soc_dai_ops wm9712_dai_ops_aux = { .prepare = ac97_aux_prepare, }; -struct snd_soc_dai_driver wm9712_dai[] = { +static struct snd_soc_dai_driver wm9712_dai[] = { { .name = "wm9712-hifi", .ac97_control = 1,