From 00c651612ef2b4b6b953059ace6b50afcb8d88c4 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Wed, 14 Dec 2011 19:23:01 +0800 Subject: [PATCH] ASoC: Staticise mfld_msic_dailink Signed-off-by: Axel Lin Acked by: Vinod Koul Signed-off-by: Mark Brown --- sound/soc/mid-x86/mfld_machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.41.0