From: Axel Lin Date: Wed, 14 Dec 2011 11:23:01 +0000 (+0800) Subject: ASoC: Staticise mfld_msic_dailink X-Git-Tag: v3.3-rc1~14^2~129 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=00c651612ef2b4b6b953059ace6b50afcb8d88c4;p=~emulex%2Finfiniband.git ASoC: Staticise mfld_msic_dailink Signed-off-by: Axel Lin Acked by: Vinod Koul Signed-off-by: Mark Brown --- diff --git a/sound/soc/mid-x86/mfld_machine.c b/sound/soc/mid-x86/mfld_machine.c index e53f8e473a7..8ae05743396 100644 --- a/sound/soc/mid-x86/mfld_machine.c +++ b/sound/soc/mid-x86/mfld_machine.c @@ -281,7 +281,7 @@ static int mfld_init(struct snd_soc_pcm_runtime *runtime) return ret_val; } -struct snd_soc_dai_link mfld_msic_dailink[] = { +static struct snd_soc_dai_link mfld_msic_dailink[] = { { .name = "Medfield Headset", .stream_name = "Headset",