diff options
Diffstat (limited to 'sound/soc/codecs/wm8400.c')
-rw-r--r-- | sound/soc/codecs/wm8400.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8400.c b/sound/soc/codecs/wm8400.c index e6410f2e8cac..5880d223e161 100644 --- a/sound/soc/codecs/wm8400.c +++ b/sound/soc/codecs/wm8400.c | |||
@@ -1359,7 +1359,7 @@ static int wm8400_codec_remove(struct snd_soc_codec *codec) | |||
1359 | return 0; | 1359 | return 0; |
1360 | } | 1360 | } |
1361 | 1361 | ||
1362 | struct regmap *wm8400_get_regmap(struct device *dev) | 1362 | static struct regmap *wm8400_get_regmap(struct device *dev) |
1363 | { | 1363 | { |
1364 | struct wm8400 *wm8400 = dev_get_platdata(dev); | 1364 | struct wm8400 *wm8400 = dev_get_platdata(dev); |
1365 | 1365 | ||