summaryrefslogtreecommitdiff
path: root/wcfxo.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcfxo.c')
-rwxr-xr-xwcfxo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/wcfxo.c b/wcfxo.c
index d6c2474..c765f3d 100755
--- a/wcfxo.c
+++ b/wcfxo.c
@@ -31,14 +31,14 @@
#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
#include <linux/zaptel.h>
#endif
+#ifdef LINUX26
+#include <linux/moduleparam.h>
+#endif
/* Uncomment to enable tasklet handling in the FXO driver. Not recommended
in general, but may improve interactive performance */