summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus/voicebus.h
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-03-22 09:20:54 +0000
committerShaun Ruffell <sruffell@digium.com>2010-03-22 09:20:54 +0000
commitd010a28168a6883ef74e1f7c55c6576cf19bba4f (patch)
treea5f23aecb05902f23740cc20ca12713c5e371a6f /drivers/dahdi/voicebus/voicebus.h
parentd30b83f073b29ab7e72766e136e2fd79998a824a (diff)
wctdm24xxp, wcte12xp: Remove the completion on shutdown.
Oddities in the receive processor state make this completion not so useful anymore. It is more straightforward to simply poll the state on shutdown. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8378 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/voicebus/voicebus.h')
-rw-r--r--drivers/dahdi/voicebus/voicebus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/voicebus/voicebus.h b/drivers/dahdi/voicebus/voicebus.h
index 553d6e6..de565d9 100644
--- a/drivers/dahdi/voicebus/voicebus.h
+++ b/drivers/dahdi/voicebus/voicebus.h
@@ -114,7 +114,6 @@ struct voicebus {
struct work_struct underrun_work;
const struct voicebus_operations *ops;
- struct completion stopped_completion;
unsigned long flags;
unsigned int min_tx_buffer_count;
unsigned int max_latency;