]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/soc/codecs/wm5100.c
ASoC: constify snd_soc_codec_driver structures
[karo-tx-linux.git] / sound / soc / codecs / wm5100.c
index 8cbdf1701222316d3402a4b1176a047d266f83a1..278467d3b1acb65543816b222dba567cc63cab28 100644 (file)
@@ -2381,7 +2381,7 @@ static int wm5100_remove(struct snd_soc_codec *codec)
        return 0;
 }
 
-static struct snd_soc_codec_driver soc_codec_dev_wm5100 = {
+static const struct snd_soc_codec_driver soc_codec_dev_wm5100 = {
        .probe =        wm5100_probe,
        .remove =       wm5100_remove,