diff --git a/[refs] b/[refs] index e523c02fc98a..d36119e2d225 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ace36d85809f6005b559802f194d44c6aa61af88 +refs/heads/master: b2a4ec3d48fb53c99cb2e332f6e58eef770f1ed9 diff --git a/trunk/sound/soc/codecs/da732x.c b/trunk/sound/soc/codecs/da732x.c index 04af369f228c..01be2a320e21 100644 --- a/trunk/sound/soc/codecs/da732x.c +++ b/trunk/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,