summaryrefslogtreecommitdiff
path: root/wct1xxp.c
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-13 18:42:35 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-13 18:42:35 +0000
commit9dc5820bfd7c60ad191869bfedd49757141a9fcf (patch)
tree716a72e97d65c00013d7bf3fc8716d78f2aeec66 /wct1xxp.c
parent165be1ce385571158a7541671f3bf8b26146d8eb (diff)
use module_parm for 2.6 (bug #3321)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@547 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct1xxp.c')
-rwxr-xr-xwct1xxp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/wct1xxp.c b/wct1xxp.c
index ad7ff6c..a801bf4 100755
--- a/wct1xxp.c
+++ b/wct1xxp.c
@@ -1398,7 +1398,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 <markster@linux-support.net>");
#ifdef MODULE_LICENSE