From 66f928fe9c04ee85a52a58eec4b80ac5100326a5 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Mon, 9 Nov 2009 19:38:08 +0000 Subject: wct4xxp, wcte12xp: Don't export new module parms by default on the 2.2 branch Most people are going to use the defaults, and this eliminates a potential interface change that would cause problems if someone wants to go between 2.2.1 and 2.2.0.4. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.2@7540 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wcte12xp/base.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/dahdi/wcte12xp/base.c') diff --git a/drivers/dahdi/wcte12xp/base.c b/drivers/dahdi/wcte12xp/base.c index 5e0854f..80365f3 100644 --- a/drivers/dahdi/wcte12xp/base.c +++ b/drivers/dahdi/wcte12xp/base.c @@ -1932,9 +1932,11 @@ module_param(loopback, int, S_IRUGO | S_IWUSR); module_param(t1e1override, int, S_IRUGO | S_IWUSR); module_param(j1mode, int, S_IRUGO | S_IWUSR); module_param(alarmdebounce, int, S_IRUGO | S_IWUSR); +#if 0 /* Don't export these parameters by default on the 2.2 branch */ module_param(losalarmdebounce, int, S_IRUGO | S_IWUSR); module_param(aisalarmdebounce, int, S_IRUGO | S_IWUSR); module_param(yelalarmdebounce, int, S_IRUGO | S_IWUSR); +#endif module_param(latency, int, S_IRUGO | S_IWUSR); #ifdef VPM_SUPPORT module_param(vpmsupport, int, S_IRUGO | S_IWUSR); -- cgit v1.2.3