diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-16 21:06:26 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-17 13:10:18 +0200 |
commit | 366624ba7a2a03160cd5343ba109105758d45ff9 (patch) | |
tree | cdaded92535a3650b5b69868edc74b6ff551c51f /sound/soc/codecs/wm8974.c | |
parent | ASoC: Fix argument ordering for snd_soc_update_bits() in WM8580 (diff) | |
download | linux-366624ba7a2a03160cd5343ba109105758d45ff9.tar.xz linux-366624ba7a2a03160cd5343ba109105758d45ff9.zip |
ASoC: Remove unused WM8974 private data
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/codecs/wm8974.c')
-rw-r--r-- | sound/soc/codecs/wm8974.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8974.c b/sound/soc/codecs/wm8974.c index e61728b7339f..b4363f6d19b3 100644 --- a/sound/soc/codecs/wm8974.c +++ b/sound/soc/codecs/wm8974.c @@ -607,7 +607,6 @@ static int wm8974_resume(struct snd_soc_codec *codec) static int wm8974_probe(struct snd_soc_codec *codec) { - struct wm8974_priv *wm8974 = snd_soc_codec_get_drvdata(codec); int ret = 0; ret = snd_soc_codec_set_cache_io(codec, 7, 9, SND_SOC_I2C); |