From: Mark Brown Date: Wed, 6 Oct 2010 23:18:17 +0000 (-0700) Subject: ASoC: Staticise CS4270 DAI X-Git-Tag: v2.6.37-rc1~126^2~1^2~37 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=5c75848a7ca19c83c7b8afd0822bdcb716992c0c;p=~emulex%2Finfiniband.git ASoC: Staticise CS4270 DAI It's not needed with multi-component. Signed-off-by: Mark Brown Acked-by: Liam Girdwood Acked-by: Timur Tabi --- diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c index 5fd8e0d0dab..6d4bdc609ac 100644 --- a/sound/soc/codecs/cs4270.c +++ b/sound/soc/codecs/cs4270.c @@ -518,7 +518,7 @@ static struct snd_soc_dai_ops cs4270_dai_ops = { .digital_mute = cs4270_dai_mute, }; -struct snd_soc_dai_driver cs4270_dai = { +static struct snd_soc_dai_driver cs4270_dai = { .name = "cs4270-hifi", .playback = { .stream_name = "Playback",