summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xpd.h
diff options
context:
space:
mode:
authorOron Peled <oron.peled@xorcom.com>2011-05-23 17:58:50 +0300
committerOron Peled <oron.peled@xorcom.com>2011-05-23 17:58:50 +0300
commit15654c14c8a566edeb07b25aeb73ce2578dad2f2 (patch)
treee2f4816eff085d24089a94db646078c9f94a100b /drivers/dahdi/xpp/xpd.h
parentafc6e3ad6545869d47fdf0d150bd882c84d219a4 (diff)
xpp: Now each Astribank (xbus) is a dahdi device and each xpd is a span:
- This is a minimal patch - More work should be done (e.g: auto_registration etc.)
Diffstat (limited to 'drivers/dahdi/xpp/xpd.h')
-rw-r--r--drivers/dahdi/xpp/xpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/xpd.h b/drivers/dahdi/xpp/xpd.h
index 0e6fcbc..dadbf55 100644
--- a/drivers/dahdi/xpp/xpd.h
+++ b/drivers/dahdi/xpp/xpd.h
@@ -146,7 +146,6 @@ const char *xpd_statename(enum xpd_state st);
struct phonedev {
const struct phoneops *phoneops; /* Card level operations */
- struct dahdi_device *ddev;
struct dahdi_span span;
struct dahdi_chan *chans[32];
#define XPD_CHAN(xpd,chan) (PHONEDEV(xpd).chans[(chan)])