ASoC: Remove unused 'saved_value' field from snd_soc_dapm_widget struct
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 3 Sep 2012 08:34:26 +0000 (10:34 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 6 Sep 2012 00:09:42 +0000 (08:09 +0800)
The only user was removed over two years ago in commit a6c65736 ("ASoC: Remove
current PGA control handling").

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/sound/soc-dapm.h

index abe373d..0a15537 100644 (file)
@@ -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 */