diff options
Diffstat (limited to 'sound/soc/codecs/wm8993.c')
-rw-r--r-- | sound/soc/codecs/wm8993.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8993.c b/sound/soc/codecs/wm8993.c index 8668c4c391b0..195f7bf6eb22 100644 --- a/sound/soc/codecs/wm8993.c +++ b/sound/soc/codecs/wm8993.c | |||
@@ -1613,7 +1613,7 @@ static const struct regmap_config wm8993_regmap = { | |||
1613 | .num_reg_defaults = ARRAY_SIZE(wm8993_reg_defaults), | 1613 | .num_reg_defaults = ARRAY_SIZE(wm8993_reg_defaults), |
1614 | }; | 1614 | }; |
1615 | 1615 | ||
1616 | static struct snd_soc_codec_driver soc_codec_dev_wm8993 = { | 1616 | static const struct snd_soc_codec_driver soc_codec_dev_wm8993 = { |
1617 | .probe = wm8993_probe, | 1617 | .probe = wm8993_probe, |
1618 | .suspend = wm8993_suspend, | 1618 | .suspend = wm8993_suspend, |
1619 | .resume = wm8993_resume, | 1619 | .resume = wm8993_resume, |