From: Lars-Peter Clausen Date: Tue, 14 May 2013 20:19:55 +0000 (+0200) Subject: ASoC: mop500: Staticize non exported struct X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aba1e2be4dcfda7069cc0b82c73b89707595a454;p=linux-beck.git ASoC: mop500: Staticize non exported struct The mop500_dai_links struct is not used outside of mop500.c, so make it static. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- diff --git a/sound/soc/ux500/mop500.c b/sound/soc/ux500/mop500.c index 204b899c2311..8f5cd00a6e46 100644 --- a/sound/soc/ux500/mop500.c +++ b/sound/soc/ux500/mop500.c @@ -27,7 +27,7 @@ #include "mop500_ab8500.h" /* Define the whole MOP500 soundcard, linking platform to the codec-drivers */ -struct snd_soc_dai_link mop500_dai_links[] = { +static struct snd_soc_dai_link mop500_dai_links[] = { { .name = "ab8500_0", .stream_name = "ab8500_0",