summaryrefslogtreecommitdiff
path: root/drivers/dahdi/ztd-loc.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-21 16:22:34 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-21 16:22:34 +0000
commita33ae91627f1dba54d785056ee2ea6541adfc8fa (patch)
treea18c0175ffffd84b7a504ae069f9ce160ba778c6 /drivers/dahdi/ztd-loc.c
parent2f2178e2dc43ae074eb1c12f89956c9718dac807 (diff)
modules build now
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4318 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/ztd-loc.c')
-rw-r--r--drivers/dahdi/ztd-loc.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/dahdi/ztd-loc.c b/drivers/dahdi/ztd-loc.c
index 6486a2a..69057a0 100644
--- a/drivers/dahdi/ztd-loc.c
+++ b/drivers/dahdi/ztd-loc.c
@@ -60,11 +60,9 @@
#ifdef CONFIG_DEVFS_FS
#include <linux/devfs_fs_kernel.h>
#endif
-#ifdef STANDALONE_ZAPATA
-#include "zaptel.h"
-#else
-#include <zaptel/zaptel.h>
-#endif
+
+#include <dahdi/kernel.h>
+#include <dahdi/user.h>
#ifdef DEFINE_SPINLOCK
static DEFINE_SPINLOCK(zlock);