summaryrefslogtreecommitdiff
path: root/pciradio.c
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-08 03:21:44 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-08 03:21:44 +0000
commit49b8bd978bf1fb6f12a123681fbb6027878db615 (patch)
treeb8ebe2537b9a29cccb580690a69391e3733ba568 /pciradio.c
parentb7bedb0c3a418c7c95f09674f97896984b506acf (diff)
Merged revisions 1431 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1431 | file | 2006-09-07 23:17:16 -0400 (Thu, 07 Sep 2006) | 2 lines Include moduleparam.h like every other module for certain 2.6 kernels (issue #7884 reported by iceberg13de) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1432 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'pciradio.c')
-rw-r--r--pciradio.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pciradio.c b/pciradio.c
index bf6dc9c..c658f20 100644
--- a/pciradio.c
+++ b/pciradio.c
@@ -59,6 +59,10 @@ With driver: 303826 (1.5 %)
#include <zaptel/zaptel.h>
#endif
+#ifdef LINUX26
+#include <linux/moduleparam.h>
+#endif
+
#define RAD_MAX_IFACES 128
#define NUM_CODES 15