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
This commit is contained in:
Russ Meyerriecks
2010-12-08 22:11:46 +00:00
parent 51bff0d802
commit 5ee55a6147
14 changed files with 0 additions and 17 deletions

View File

@@ -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 */