From 778623eefff8a4e8a3b7c8894e098f978db11b4a Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Thu, 2 Jun 2011 20:02:33 +0000 Subject: [PATCH] wcte12xp: Remove unused vpm100 member from 'struct t1' Signed-off-by: Shaun Ruffell git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9952 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wcte12xp/wcte12xp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/dahdi/wcte12xp/wcte12xp.h b/drivers/dahdi/wcte12xp/wcte12xp.h index 21b59ac..3630478 100644 --- a/drivers/dahdi/wcte12xp/wcte12xp.h +++ b/drivers/dahdi/wcte12xp/wcte12xp.h @@ -127,7 +127,6 @@ struct t1 { unsigned long ctlreg; struct voicebus vb; atomic_t txints; - int vpm100; struct vpmadt032 *vpmadt032; unsigned long vpm_check; struct work_struct vpm_check_work;