summaryrefslogtreecommitdiff
path: root/zaptel.c
diff options
context:
space:
mode:
Diffstat (limited to 'zaptel.c')
-rwxr-xr-xzaptel.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/zaptel.c b/zaptel.c
index 2f84b07..1bb0e32 100755
--- a/zaptel.c
+++ b/zaptel.c
@@ -47,9 +47,6 @@
#include <linux/init.h>
#include <linux/version.h>
#include <linux/kmod.h>
-#ifdef LINUX26
-#include <linux/moduleparam.h>
-#endif
#ifdef CONFIG_DEVFS_FS
#include <linux/devfs_fs_kernel.h>
#endif /* CONFIG_DEVFS_FS */
@@ -87,6 +84,10 @@
#include <linux/zaptel.h>
#endif
+#ifdef LINUX26
+#include <linux/moduleparam.h>
+#endif
+
/* Get helper arithmetic */
#include "arith.h"
#if defined(CONFIG_ZAPTEL_MMX) || defined(ECHO_CAN_FP)