ASoC: Remove unused pmdown_time flag
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 4 Mar 2010 11:03:26 +0000 (11:03 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 5 Mar 2010 16:42:46 +0000 (16:42 +0000)
The flag is no longer used in the code so it just wastes a bit.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
include/sound/soc-dapm.h

index c0922a0..2c8eb0a 100644 (file)
@@ -427,7 +427,6 @@ struct snd_soc_dapm_widget {
        unsigned char ext:1;                    /* has external widgets */
        unsigned char muted:1;                  /* muted for pop reduction */
        unsigned char suspend:1;                /* was active before suspend */
-       unsigned char pmdown:1;                 /* waiting for timeout */
 
        int (*power_check)(struct snd_soc_dapm_widget *w);