summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/dahdi/kernel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index ac5f3ee..6b7df0c 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -879,7 +879,6 @@ struct dahdi_span {
struct dahdi_count count; /*!< Performance and Error counters */
int maintstat; /*!< Maintenance state */
- wait_queue_head_t maintq; /*!< Maintenance queue */
int mainttimer; /*!< Maintenance timer */
int irqmisses; /*!< Interrupt misses */