Skip to content

Commit

Permalink
ASoC: ab8500: Staticise non-exported ab85000_codec_dai
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Nov 14, 2012
1 parent 77b6706 commit c3f6817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/ab8500-codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c3f6817

Please sign in to comment.