summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-08-04 16:22:20 +0000
committerShaun Ruffell <sruffell@digium.com>2009-08-04 16:22:20 +0000
commitc6259042506437bb7b68082d1ec35a0c50991851 (patch)
tree168269ad477aa206c071df73cc49242595ca731b /drivers
parent4378b9f38c5c6e0e1ef363f519361c47c51611a1 (diff)
wctdm24xxp: Remove some unused members from struct wctdm.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6927 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dahdi/wctdm24xxp/base.c1
-rw-r--r--drivers/dahdi/wctdm24xxp/wctdm24xxp.h4
2 files changed, 0 insertions, 5 deletions
diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c
index a4fcd88..c72c8a5 100644
--- a/drivers/dahdi/wctdm24xxp/base.c
+++ b/drivers/dahdi/wctdm24xxp/base.c
@@ -3679,7 +3679,6 @@ retry:
}
spin_lock_init(&wc->reglock);
- wc->curcard = -1;
wc->cards = NUM_CARDS;
wc->type = d->ports;
wc->pos = i;
diff --git a/drivers/dahdi/wctdm24xxp/wctdm24xxp.h b/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
index 95f712c..fb1ada3 100644
--- a/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
+++ b/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
@@ -144,8 +144,6 @@ struct wctdm {
char *variety;
char board_name[80];
struct dahdi_span span;
- unsigned char ios;
- unsigned int sdi;
unsigned int intcount;
unsigned int rxints;
unsigned int txints;
@@ -153,8 +151,6 @@ struct wctdm {
unsigned char rxident;
int pos;
int flags[NUM_CARDS];
- int alt;
- int curcard;
unsigned char ctlreg;
int cards;
int cardflag; /* Bit-map of present cards */