Browse Source

ASoC: ab8500: Staticise non-exported ab85000_codec_dai

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 12 years ago
parent
commit
c3f6817126
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/codecs/ab8500-codec.c

+ 1 - 1
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,