diff options
Diffstat (limited to 'sound/soc/codecs/wm5102.c')
-rw-r--r-- | sound/soc/codecs/wm5102.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm5102.c b/sound/soc/codecs/wm5102.c index aa60ba23b017..7a046536ea68 100644 --- a/sound/soc/codecs/wm5102.c +++ b/sound/soc/codecs/wm5102.c | |||
@@ -1798,7 +1798,7 @@ static unsigned int wm5102_digital_vu[] = { | |||
1798 | ARIZONA_DAC_DIGITAL_VOLUME_5R, | 1798 | ARIZONA_DAC_DIGITAL_VOLUME_5R, |
1799 | }; | 1799 | }; |
1800 | 1800 | ||
1801 | struct regmap *wm5102_get_regmap(struct device *dev) | 1801 | static struct regmap *wm5102_get_regmap(struct device *dev) |
1802 | { | 1802 | { |
1803 | struct wm5102_priv *priv = dev_get_drvdata(dev); | 1803 | struct wm5102_priv *priv = dev_get_drvdata(dev); |
1804 | 1804 | ||