diff options
Diffstat (limited to 'sound/soc/codecs/wm5110.c')
-rw-r--r-- | sound/soc/codecs/wm5110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm5110.c b/sound/soc/codecs/wm5110.c index 4be5f990a9d6..97eb1bc5bea7 100644 --- a/sound/soc/codecs/wm5110.c +++ b/sound/soc/codecs/wm5110.c | |||
@@ -1629,7 +1629,7 @@ static unsigned int wm5110_digital_vu[] = { | |||
1629 | ARIZONA_DAC_DIGITAL_VOLUME_6R, | 1629 | ARIZONA_DAC_DIGITAL_VOLUME_6R, |
1630 | }; | 1630 | }; |
1631 | 1631 | ||
1632 | struct regmap *wm5110_get_regmap(struct device *dev) | 1632 | static struct regmap *wm5110_get_regmap(struct device *dev) |
1633 | { | 1633 | { |
1634 | struct wm5110_priv *priv = dev_get_drvdata(dev); | 1634 | struct wm5110_priv *priv = dev_get_drvdata(dev); |
1635 | 1635 | ||