From 2d8362a768ca6b78509214e88c76f9db8095013a Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 13 Jan 2005 23:45:43 +0000 Subject: someone says this doesn't work, so I'm backing it out for now. git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@551 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct4xxp.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'wct4xxp.c') diff --git a/wct4xxp.c b/wct4xxp.c index deef71d..66a4989 100755 --- a/wct4xxp.c +++ b/wct4xxp.c @@ -1735,21 +1735,12 @@ MODULE_DESCRIPTION("TE410P PCI Driver"); #ifdef MODULE_LICENSE MODULE_LICENSE("GPL"); #endif -#ifdef LINUX26 -module_param(debug, int, 0600); -module_param(loopback, int, 0600); -module_param(noburst, int, 0600); -module_param(timingcable, int, 0600); -module_param(t1e1override, int, 0600); -module_param(alarmdebounce, int, 0600); -#else MODULE_PARM(debug, "i"); MODULE_PARM(loopback, "i"); MODULE_PARM(noburst, "i"); MODULE_PARM(timingcable, "i"); MODULE_PARM(t1e1override, "i"); MODULE_PARM(alarmdebounce, "i"); -#endif MODULE_DEVICE_TABLE(pci, t4_pci_tbl); -- cgit v1.2.3