From 221e76d95b698c6d22a843c12604ca0c1f57a239 Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 17 Jan 2005 01:58:09 +0000 Subject: all of the fixes for 2.6 from HEAD ... I think things are calm now git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@562 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct1xxp.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'wct1xxp.c') diff --git a/wct1xxp.c b/wct1xxp.c index ad7ff6c..e014dcf 100755 --- a/wct1xxp.c +++ b/wct1xxp.c @@ -39,6 +39,9 @@ #else #include #endif +#ifdef LINUX26 +#include +#endif #define WC_MAX_CARDS 32 @@ -1398,7 +1401,11 @@ static void __exit t1xxp_cleanup(void) pci_unregister_driver(&t1xxp_driver); } +#ifdef LINUX26 +module_param(debug, int, 0600); +#else MODULE_PARM(debug, "i"); +#endif MODULE_DESCRIPTION("Wildcard T100P/E100P Zaptel Driver"); MODULE_AUTHOR("Mark Spencer "); #ifdef MODULE_LICENSE -- cgit v1.2.3