From: Mark Brown Date: Wed, 1 Aug 2012 18:25:50 +0000 (+0100) Subject: ASoC: sta529: Staticise non-exported codec driver struct X-Git-Tag: next-20120816~50^2~9^2~31 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1427cc37b6c073e83309565bfebad25fb6cd9182;p=karo-tx-linux.git ASoC: sta529: Staticise non-exported codec driver struct Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/sta529.c b/sound/soc/codecs/sta529.c index 0c225cd569d2..9e3144862386 100644 --- a/sound/soc/codecs/sta529.c +++ b/sound/soc/codecs/sta529.c @@ -358,7 +358,7 @@ static int sta529_resume(struct snd_soc_codec *codec) return 0; } -struct snd_soc_codec_driver sta529_codec_driver = { +static const struct snd_soc_codec_driver sta529_codec_driver = { .probe = sta529_probe, .remove = sta529_remove, .set_bias_level = sta529_set_bias_level,