From: Axel Lin Date: Wed, 14 Dec 2011 11:23:01 +0000 (+0800) Subject: ASoC: Staticise mfld_msic_dailink X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=00c651612ef2b4b6b953059ace6b50afcb8d88c4;p=deliverable%2Flinux.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 e53f8e473a78..8ae057433968 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",