summaryrefslogtreecommitdiff
path: root/wct1xxp.c
diff options
context:
space:
mode:
Diffstat (limited to 'wct1xxp.c')
-rwxr-xr-xwct1xxp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/wct1xxp.c b/wct1xxp.c
index 12571fd..79ced23 100755
--- a/wct1xxp.c
+++ b/wct1xxp.c
@@ -29,12 +29,14 @@
#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>
#include <linux/spinlock.h>
+#ifdef LINUX26
+#include <linux/moduleparam.h>
+#endif
#ifdef STANDALONE_ZAPATA
#include "zaptel.h"
#else