ASoC: constify snd_soc_codec_driver structures
[deliverable/linux.git] / sound / soc / codecs / wm8741.c
index 3e432721903e9e77f4dd132ce7099ca9971bb5c7..565d477cd790ee64b071515d44badf5779d192e0 100644 (file)
@@ -497,7 +497,7 @@ static int wm8741_remove(struct snd_soc_codec *codec)
        return 0;
 }
 
-static struct snd_soc_codec_driver soc_codec_dev_wm8741 = {
+static const struct snd_soc_codec_driver soc_codec_dev_wm8741 = {
        .probe =        wm8741_probe,
        .remove =       wm8741_remove,
        .resume =       wm8741_resume,
This page took 0.029822 seconds and 5 git commands to generate.