summaryrefslogtreecommitdiff
path: root/wct4xxp
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 /wct4xxp
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 'wct4xxp')
-rw-r--r--wct4xxp/base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index 4f8decc..6c19929 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -33,12 +33,12 @@
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
+
+#include "zaptel.h"
#ifdef LINUX26
#include <linux/moduleparam.h>
#endif
-#include "zaptel.h"
-
#include "wct4xxp.h"
#include "vpm450m.h"