From: Mark Brown Date: Wed, 23 Nov 2011 14:59:54 +0000 (+0000) Subject: ASoC: Remove unused variable in wm8776 driver X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=16c88583dca05034f284ad5c52f007a47673cf35;p=~shefty%2Frdma-dev.git ASoC: Remove unused variable in wm8776 driver Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8776.c b/sound/soc/codecs/wm8776.c index 223fc5a5c1b..359319cbc78 100644 --- a/sound/soc/codecs/wm8776.c +++ b/sound/soc/codecs/wm8776.c @@ -392,7 +392,6 @@ static int wm8776_resume(struct snd_soc_codec *codec) static int wm8776_probe(struct snd_soc_codec *codec) { struct wm8776_priv *wm8776 = snd_soc_codec_get_drvdata(codec); - struct snd_soc_dapm_context *dapm = &codec->dapm; int ret = 0; ret = snd_soc_codec_set_cache_io(codec, 7, 9, wm8776->control_type);