aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-06-22 06:34:49 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-06-23 07:11:29 -0400
commitb2a4ec3d48fb53c99cb2e332f6e58eef770f1ed9 (patch)
tree2ba3a9a9183e8e9bf0092602e49aa60743f4c26f /sound
parentace36d85809f6005b559802f194d44c6aa61af88 (diff)
ASoC: da732x: Staticise non-exported symbol soc_codec_dev_da732x
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/da732x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/da732x.c b/sound/soc/codecs/da732x.c
index 04af369f228c..01be2a320e21 100644
--- a/sound/soc/codecs/da732x.c
+++ b/sound/soc/codecs/da732x.c
@@ -1543,7 +1543,7 @@ static int da732x_remove(struct snd_soc_codec *codec)
1543 return 0; 1543 return 0;
1544} 1544}
1545 1545
1546struct snd_soc_codec_driver soc_codec_dev_da732x = { 1546static struct snd_soc_codec_driver soc_codec_dev_da732x = {
1547 .probe = da732x_probe, 1547 .probe = da732x_probe,
1548 .remove = da732x_remove, 1548 .remove = da732x_remove,
1549 .set_bias_level = da732x_set_bias_level, 1549 .set_bias_level = da732x_set_bias_level,