From: Axel Lin Date: Tue, 13 Dec 2011 02:13:13 +0000 (+0800) Subject: ASoC: Staticise rx51_aux_dev X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a0e17b4e3e09e49d218958fdce09da407573a574;p=linux-beck.git ASoC: Staticise rx51_aux_dev Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c index 4cabb74d97e9..ad16db536320 100644 --- a/sound/soc/omap/rx51.c +++ b/sound/soc/omap/rx51.c @@ -365,7 +365,7 @@ static struct snd_soc_dai_link rx51_dai[] = { }, }; -struct snd_soc_aux_dev rx51_aux_dev[] = { +static struct snd_soc_aux_dev rx51_aux_dev[] = { { .name = "TLV320AIC34b", .codec_name = "tlv320aic3x-codec.2-0019",