[alsa-devel] [PATCH] ASoC: Remove unused soc_pm_waitq
10 Aug
2013
10 Aug
'13
9:53 a.m.
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 --- sound/soc/soc-core.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 1d5e84a..fdddc45 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);
--
1.8.0
4152
Age (days ago)
4152
Last active (days ago)
1 comments
2 participants
participants (2)
-
Lars-Peter Clausen
-
Mark Brown