[svn-commits] sruffell: linux/trunk r9348 - /linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Sep 20 13:54:51 CDT 2010


Author: sruffell
Date: Mon Sep 20 13:54:47 2010
New Revision: 9348

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9348
Log:
wcte12xp: Remove unused 'dtmfactive', 'dtmfmask', and 'dtmfmutemask' members.

These members are no longer used in the driver and are now gone.

Signed-off-by: Shaun Ruffell <sruffell at digium.com>

Modified:
    linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h

Modified: linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h?view=diff&rev=9348&r1=9347&r2=9348
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/wcte12xp.h Mon Sep 20 13:54:47 2010
@@ -132,9 +132,6 @@
 	struct vpmadt032 *vpmadt032;
 	unsigned long vpm_check;
 	struct work_struct vpm_check_work;
-	unsigned long dtmfactive;
-	unsigned long dtmfmask;
-	unsigned long dtmfmutemask;
 
 	spinlock_t cmd_list_lock;
 	struct list_head pending_cmds;




More information about the svn-commits mailing list