From fba8fd1a70c937c830a55586d77a1d93a3e71c78 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Thu, 20 Oct 2011 20:51:57 +0000 Subject: [PATCH] wctdm24xxp: Remove DEBOUNCING_RINGING_OFF from ring_detector_state enum. This value is not used and is now gone. Signed-off-by: Shaun Ruffell Acked-by: Michael Spiceland Acked-by: Russ Meyerriecks git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10229 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wctdm24xxp/wctdm24xxp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/dahdi/wctdm24xxp/wctdm24xxp.h b/drivers/dahdi/wctdm24xxp/wctdm24xxp.h index 467c5fa..c9ae58b 100644 --- a/drivers/dahdi/wctdm24xxp/wctdm24xxp.h +++ b/drivers/dahdi/wctdm24xxp/wctdm24xxp.h @@ -117,7 +117,6 @@ enum ring_detector_state { RINGOFF = 0, DEBOUNCING_RINGING_POSITIVE, DEBOUNCING_RINGING_NEGATIVE, - DEBOUNCING_RINGING_OFF, RINGING, DEBOUNCING_RINGOFF, };