From: Lars-Peter Clausen Date: Mon, 3 Sep 2012 08:34:26 +0000 (+0200) Subject: ASoC: Remove unused 'saved_value' field from snd_soc_dapm_widget struct X-Git-Tag: firefly_0821_release~3680^2~1589^2~52^2~131 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=85da89f562579b001831b71d49946bfa0a93529d;p=firefly-linux-kernel-4.4.55.git ASoC: Remove unused 'saved_value' field from snd_soc_dapm_widget struct The only user was removed over two years ago in commit a6c65736 ("ASoC: Remove current PGA control handling"). Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index abe373d57adc..0a1553748d65 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h @@ -510,7 +510,6 @@ struct snd_soc_dapm_widget { /* dapm control */ int reg; /* negative reg = no direct dapm */ unsigned char shift; /* bits to shift */ - unsigned int saved_value; /* widget saved value */ unsigned int value; /* widget current value */ unsigned int mask; /* non-shifted mask */ unsigned int on_val; /* on state value */