summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-15 22:59:18 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-15 22:59:18 +0000
commite449bb8a46e41239870662bbfe0d1012679138b0 (patch)
tree7fe2e387cef490f576af69457cae60ad554a5b1e /wctdm.c
parent3efda0c325a4575c56852fed50b498a3e248489c (diff)
Correct order of includes
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@560 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm.c')
-rwxr-xr-xwctdm.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/wctdm.c b/wctdm.c
index cc88d56..663d631 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -31,9 +31,6 @@
#include <linux/errno.h>
#include <linux/pci.h>
#include <linux/interrupt.h>
-#ifdef LINUX26
-#include <linux/moduleparam.h>
-#endif
#include "proslic.h"
#include "wctdm.h"
/*
@@ -207,6 +204,10 @@ static struct fxo_mode {
#include <linux/zaptel.h>
#endif
+#ifdef LINUX26
+#include <linux/moduleparam.h>
+#endif
+
#define NUM_FXO_REGS 60
#define WC_MAX_IFACES 128