summaryrefslogtreecommitdiff
path: root/wcfxo.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcfxo.c')
-rwxr-xr-xwcfxo.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/wcfxo.c b/wcfxo.c
index 55cd24e..d6c2474 100755
--- a/wcfxo.c
+++ b/wcfxo.c
@@ -27,11 +27,13 @@
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/module.h>
-#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/usb.h>
#include <linux/errno.h>
#include <linux/pci.h>
+#ifdef LINUX26
+#include <linux/moduleparam.h>
+#endif
#ifdef STANDALONE_ZAPATA
#include "zaptel.h"
#else