From: Mark Brown Date: Thu, 4 Mar 2010 11:03:26 +0000 (+0000) Subject: ASoC: Remove unused pmdown_time flag X-Git-Tag: v2.6.35-rc6~9^2~7^2~131 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1d24452b5536bd5c0c7721887a38d736b885014f;p=~emulex%2Finfiniband.git ASoC: Remove unused pmdown_time flag The flag is no longer used in the code so it just wastes a bit. Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index c0922a03422..2c8eb0a331c 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h @@ -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);