From: Mark Brown Date: Mon, 16 Aug 2010 19:06:26 +0000 (+0100) Subject: ASoC: Remove unused WM8974 private data X-Git-Tag: Ubuntu-goldfish-3.4.0-4.27~1055^2~1117^2~481 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=366624ba7a2a03160cd5343ba109105758d45ff9;p=mirror_ubuntu-zesty-kernel.git ASoC: Remove unused WM8974 private data Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- 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);