From a252159ad7fff13d9f136e72d82ed400c2cb62f8 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Thu, 7 Apr 2011 14:26:07 -0500 Subject: wctdm24xxp: Remove fwringdetect module parameter. The driver / FXO modules now always operate in a fwringdetect mode and the module parameter was never checked anywhere. It is now gone. Signed-off-by: Shaun Ruffell --- drivers/dahdi/wctdm24xxp/base.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c index eaad245..a50f67a 100644 --- a/drivers/dahdi/wctdm24xxp/base.c +++ b/drivers/dahdi/wctdm24xxp/base.c @@ -229,7 +229,6 @@ static int fxstxgain = 0; static int fxsrxgain = 0; static int nativebridge = 0; static int ringdebounce = DEFAULT_RING_DEBOUNCE; -static int fwringdetect = 0; static int latency = VOICEBUS_DEFAULT_LATENCY; static unsigned int max_latency = VOICEBUS_DEFAULT_MAXLATENCY; static int forceload; @@ -5720,7 +5719,6 @@ module_param(fxorxgain, int, 0600); module_param(fxstxgain, int, 0600); module_param(fxsrxgain, int, 0600); module_param(ringdebounce, int, 0600); -module_param(fwringdetect, int, 0600); module_param(latency, int, 0400); module_param(max_latency, int, 0400); module_param(neonmwi_monitor, int, 0600); -- cgit v1.2.3