From: Mark Brown Date: Wed, 14 Nov 2012 07:45:45 +0000 (+0900) Subject: ASoC: ab8500: Staticise non-exported ab85000_codec_dai X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c3f6817126fee26d63470de1786f47da54ded599;p=deliverable%2Flinux.git ASoC: ab8500: Staticise non-exported ab85000_codec_dai Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/ab8500-codec.c b/sound/soc/codecs/ab8500-codec.c index af547490b4f7..4d96090db662 100644 --- a/sound/soc/codecs/ab8500-codec.c +++ b/sound/soc/codecs/ab8500-codec.c @@ -2356,7 +2356,7 @@ static int ab8500_codec_set_dai_tdm_slot(struct snd_soc_dai *dai, return 0; } -struct snd_soc_dai_driver ab8500_codec_dai[] = { +static struct snd_soc_dai_driver ab8500_codec_dai[] = { { .name = "ab8500-codec-dai.0", .id = 0,