Skip to content

Commit

Permalink
ASoC: da732x: Staticise non-exported symbol soc_codec_dev_da732x
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 Jun 23, 2012
1 parent ace36d8 commit b2a4ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/da732x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,7 @@ static int da732x_remove(struct snd_soc_codec *codec)
return 0;
}

struct snd_soc_codec_driver soc_codec_dev_da732x = {
static struct snd_soc_codec_driver soc_codec_dev_da732x = {
.probe = da732x_probe,
.remove = da732x_remove,
.set_bias_level = da732x_set_bias_level,
Expand Down

0 comments on commit b2a4ec3

Please sign in to comment.