summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp/vpmadt032.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-21 16:44:40 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-21 16:44:40 +0000
commit66d8715a0fbf6eae202c27853ba616bcf754d0c7 (patch)
tree335a9397e48be117e3396f0d317aa3570ec502b7 /drivers/dahdi/wcte12xp/vpmadt032.h
parent0a64510aaa673ebafc3fdf4143f6e8e24252d9ef (diff)
replace ZT_ with DAHDI_, zt_ with dahdi_
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4320 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte12xp/vpmadt032.h')
-rw-r--r--drivers/dahdi/wcte12xp/vpmadt032.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wcte12xp/vpmadt032.h b/drivers/dahdi/wcte12xp/vpmadt032.h
index e103e05..117b22e 100644
--- a/drivers/dahdi/wcte12xp/vpmadt032.h
+++ b/drivers/dahdi/wcte12xp/vpmadt032.h
@@ -105,7 +105,7 @@ struct vpm150m {
struct vpm150m_workentry {
struct list_head list;
struct t1 *wc; /* what card are we dealing with? */
- struct zt_chan *chan; /* what channels are we going to deal with? */
+ struct dahdi_chan *chan; /* what channels are we going to deal with? */
struct adt_lec_params params; /* how should we behave? */
};