]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/soc/codecs/wm8962.c
ASoC: constify snd_soc_codec_driver structures
[karo-tx-linux.git] / sound / soc / codecs / wm8962.c
index f3109da247692377d1240ebd72b58fe16d8683cf..392b920670116d6bd6e08e7579e6a8ebe1bf90ad 100644 (file)
@@ -3479,7 +3479,7 @@ static int wm8962_remove(struct snd_soc_codec *codec)
        return 0;
 }
 
-static struct snd_soc_codec_driver soc_codec_dev_wm8962 = {
+static const struct snd_soc_codec_driver soc_codec_dev_wm8962 = {
        .probe =        wm8962_probe,
        .remove =       wm8962_remove,
        .set_bias_level = wm8962_set_bias_level,