diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-08-10 09:53:14 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-10 12:12:57 +0100 |
commit | 34d2f1b6feac3bc7e6022d30d624e9f3687717d3 (patch) | |
tree | e25b464857ab11ee5439b113731e9b3927f22c84 /sound/soc/soc-core.c | |
parent | 9d58a077465ff23b935042bf1cbdac64cdb78a2c (diff) | |
download | op-kernel-dev-34d2f1b6feac3bc7e6022d30d624e9f3687717d3.zip op-kernel-dev-34d2f1b6feac3bc7e6022d30d624e9f3687717d3.tar.gz |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 2940e2c..c7d16df 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); |