[svn-commits] sruffell: linux/trunk r6927 - /linux/trunk/drivers/dahdi/wctdm24xxp/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Aug 4 11:22:24 CDT 2009


Author: sruffell
Date: Tue Aug  4 11:22:20 2009
New Revision: 6927

URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=6927
Log:
wctdm24xxp: Remove some unused members from struct wctdm.

Modified:
    linux/trunk/drivers/dahdi/wctdm24xxp/base.c
    linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h

Modified: linux/trunk/drivers/dahdi/wctdm24xxp/base.c
URL: http://svn.asterisk.org/svn-view/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/base.c?view=diff&rev=6927&r1=6926&r2=6927
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/base.c Tue Aug  4 11:22:20 2009
@@ -3679,7 +3679,6 @@
 	}
 
 	spin_lock_init(&wc->reglock);
-	wc->curcard = -1;
 	wc->cards = NUM_CARDS;
 	wc->type = d->ports;
 	wc->pos = i;

Modified: linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
URL: http://svn.asterisk.org/svn-view/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h?view=diff&rev=6927&r1=6926&r2=6927
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h Tue Aug  4 11:22:20 2009
@@ -144,8 +144,6 @@
 	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 @@
 	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 */




More information about the svn-commits mailing list