summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2013-08-10 09:53:14 +0200
committerMark Brown <broonie@linaro.org>2013-08-10 12:12:57 +0100
commit34d2f1b6feac3bc7e6022d30d624e9f3687717d3 (patch)
treee25b464857ab11ee5439b113731e9b3927f22c84 /sound/soc/soc-core.c
parent9d58a077465ff23b935042bf1cbdac64cdb78a2c (diff)
downloadlinux-34d2f1b6feac3bc7e6022d30d624e9f3687717d3.tar.bz2
ASoC: Remove unused soc_pm_waitq
The soc_pm_waitq waitqueue has been around as long as the ASoC framework existed, but has never been used so far, so remove it. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r--sound/soc/soc-core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 2940e2c04525..c7d16df9efd9 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -47,8 +47,6 @@
#define NAME_SIZE 32
-static DECLARE_WAIT_QUEUE_HEAD(soc_pm_waitq);
-
#ifdef CONFIG_DEBUG_FS
struct dentry *snd_soc_debugfs_root;
EXPORT_SYMBOL_GPL(snd_soc_debugfs_root);