diff options
Diffstat (limited to 'sound/soc/codecs/wm8997.c')
-rw-r--r-- | sound/soc/codecs/wm8997.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8997.c b/sound/soc/codecs/wm8997.c index 3d50621b070c..09c4150840a3 100644 --- a/sound/soc/codecs/wm8997.c +++ b/sound/soc/codecs/wm8997.c | |||
@@ -1081,7 +1081,7 @@ static unsigned int wm8997_digital_vu[] = { | |||
1081 | ARIZONA_DAC_DIGITAL_VOLUME_5R, | 1081 | ARIZONA_DAC_DIGITAL_VOLUME_5R, |
1082 | }; | 1082 | }; |
1083 | 1083 | ||
1084 | struct regmap *wm8997_get_regmap(struct device *dev) | 1084 | static struct regmap *wm8997_get_regmap(struct device *dev) |
1085 | { | 1085 | { |
1086 | struct wm8997_priv *priv = dev_get_drvdata(dev); | 1086 | struct wm8997_priv *priv = dev_get_drvdata(dev); |
1087 | 1087 | ||