summaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2014-05-06 03:39:38 -0400
committerMark Brown <broonie@linaro.org>2014-05-07 05:21:25 -0400
commitaf0881ffbd7bfc825c2871c79798d66e3608a50c (patch)
tree702699412ea4fbea750b75a6eb42c56bdb913906 /include/sound
parent24faf7656800afa0e0d882f950502c5c03f4b7f0 (diff)
ASoC: Remove unused 'list' field form card
The global card list was removed in commit b19e6e7b7 ("ASoC: core: Use driver core probe deferral"). The 'list' field of the snd_soc_card struct has been unused since then. This patch removes the field. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 96d073fe7cd2..7287c6e0cf71 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -958,7 +958,6 @@ struct snd_soc_card {
958 struct snd_card *snd_card; 958 struct snd_card *snd_card;
959 struct module *owner; 959 struct module *owner;
960 960
961 struct list_head list;
962 struct mutex mutex; 961 struct mutex mutex;
963 struct mutex dapm_mutex; 962 struct mutex dapm_mutex;
964 963