summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus/GpakCust.h
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-11-12 19:22:08 +0000
committerShaun Ruffell <sruffell@digium.com>2009-11-12 19:22:08 +0000
commitf8c0c4d0142a3703d5035027b17bf3e16b61529d (patch)
tree3a68c8a4fe8683cab8401b23c5505e72a8d4cc71 /drivers/dahdi/voicebus/GpakCust.h
parent1edbb6e8896637e76fe0f954822241e8449711a3 (diff)
voicebus: Use dev_xxx macro when printing vpm messages.
We also do not need the unused context member of the vpmadt032 structure. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7569 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/voicebus/GpakCust.h')
-rw-r--r--drivers/dahdi/voicebus/GpakCust.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/voicebus/GpakCust.h b/drivers/dahdi/voicebus/GpakCust.h
index 0fa8107..3a493e1 100644
--- a/drivers/dahdi/voicebus/GpakCust.h
+++ b/drivers/dahdi/voicebus/GpakCust.h
@@ -106,7 +106,7 @@ struct vpmadt032_options {
struct GpakChannelConfig;
struct vpmadt032 {
- void *context;
+ struct voicebus *vb;
struct work_struct work;
struct workqueue_struct *wq;
int dspid;