From: Axel Lin Date: Tue, 13 Dec 2011 02:13:13 +0000 (+0800) Subject: ASoC: Staticise rx51_aux_dev X-Git-Tag: accepted/tizen/common/20141203.182822~4454^2~257 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0e17b4e3e09e49d218958fdce09da407573a574;p=platform%2Fkernel%2Flinux-arm64.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 4cabb74..ad16db5 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",