summaryrefslogtreecommitdiff
path: root/wcfxo.c
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-27 15:34:16 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-27 15:34:16 +0000
commite114a5c150e805acf54adbffd98be9ac2f808b6b (patch)
tree34ce22c4dccdd94d902098ad3255fc0ffd3b1220 /wcfxo.c
parent92e4b37c6db9b574f838506016ba4fbdd45c1fa9 (diff)
LINUX26 is defined in zaptel.h, and should not be checked before
including it. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3747 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcfxo.c')
-rw-r--r--wcfxo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wcfxo.c b/wcfxo.c
index 3d03e75..898d531 100644
--- a/wcfxo.c
+++ b/wcfxo.c
@@ -32,12 +32,12 @@
#include <linux/errno.h>
#include <linux/pci.h>
#include <asm/io.h>
+
+#include "zaptel.h"
#ifdef LINUX26
#include <linux/moduleparam.h>
#endif
-#include "zaptel.h"
-
/* Uncomment to enable tasklet handling in the FXO driver. Not recommended
in general, but may improve interactive performance */