From: Mark Brown Date: Fri, 22 Jun 2012 10:34:49 +0000 (+0100) Subject: ASoC: da732x: Staticise non-exported symbol soc_codec_dev_da732x X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b2a4ec3d48fb53c99cb2e332f6e58eef770f1ed9;p=linux-beck.git ASoC: da732x: Staticise non-exported symbol soc_codec_dev_da732x Signed-off-by: Mark Brown --- 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) 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,