summaryrefslogtreecommitdiff
path: root/wcte11xp.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 /wcte11xp.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 'wcte11xp.c')
-rw-r--r--wcte11xp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wcte11xp.c b/wcte11xp.c
index ebe668a..016f205 100644
--- a/wcte11xp.c
+++ b/wcte11xp.c
@@ -34,12 +34,12 @@
#include <linux/errno.h>
#include <linux/pci.h>
#include <linux/spinlock.h>
+
+#include "zaptel.h"
#ifdef LINUX26
#include <linux/moduleparam.h>
#endif
-#include "zaptel.h"
-
/* XXX: fix this */
#include "wct4xxp/wct4xxp.h" /* For certain definitions */