]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: Remove unused soc_pm_waitq
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 10 Aug 2013 07:53:14 +0000 (09:53 +0200)
committerMark Brown <broonie@linaro.org>
Sat, 10 Aug 2013 11:12:57 +0000 (12:12 +0100)
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>
sound/soc/soc-core.c

index 2940e2c045256a8f140667009259ccac978e1f87..c7d16df9efd9d5f1037dc6e792287af9d8b37a5d 100644 (file)
@@ -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);