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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user