summaryrefslogtreecommitdiff
path: root/pciradio.c
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-08 03:17:16 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-08 03:17:16 +0000
commit34109a8c88a1dfdb894392d4468a6b68dc688d71 (patch)
tree32eb18e0fbafccc6003302a13a6fb2439a5f7b6c /pciradio.c
parentc80ad9cfccb3f90aa68ba79d01ff4483c73dfcbc (diff)
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/branches/1.2@1431 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 20b41cc..c87f71c 100644
--- a/pciradio.c
+++ b/pciradio.c
@@ -59,6 +59,10 @@ With driver: 303826 (1.5 %)
#include <linux/zaptel.h>
#endif
+#ifdef LINUX26
+#include <linux/moduleparam.h>
+#endif
+
#define RAD_MAX_IFACES 128
#define NUM_CODES 15