summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcfxo.c
diff options
context:
space:
mode:
authorRuss Meyerriecks <rmeyerriecks@digium.com>2010-12-08 22:11:46 +0000
committerRuss Meyerriecks <rmeyerriecks@digium.com>2010-12-08 22:11:46 +0000
commit9fa774c302c5c31a67a50bf125f8f51cd18fb1b8 (patch)
treeb3a2e25bd8381d6ceaa07b6aea97d7748d86f6d0 /drivers/dahdi/wcfxo.c
parentf07bc1a3eb82d434c417fe3fc2f6a572987d025f (diff)
dahdi: Clean up an unused waitqueue
The dahdi_span->maintq wait queue was very old and not being used so it has been removed. Signed-off-by: Russ Meyerriecks <rmeyerriecks@digium.com> Acked-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Tzafrir Cohen <tzafrir.cohen@xorcom..com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9514 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcfxo.c')
-rw-r--r--drivers/dahdi/wcfxo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/wcfxo.c b/drivers/dahdi/wcfxo.c
index 7893c87..2e8cc39 100644
--- a/drivers/dahdi/wcfxo.c
+++ b/drivers/dahdi/wcfxo.c
@@ -666,7 +666,6 @@ static int wcfxo_initialize(struct wcfxo *wc)
#ifdef ENABLE_TASKLETS
tasklet_init(&wc->wcfxo_tlet, wcfxo_tasklet, (unsigned long)wc);
#endif
- init_waitqueue_head(&wc->span.maintq);
wc->chan->pvt = wc;
wc->span.ops = &wcfxo_span_ops;