summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctdm.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-23 15:34:23 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-23 15:34:23 +0000
commitaecec1da2a0b47eb06bca37396510f66104863a0 (patch)
treebf0332a1163f8fe29ccdb2e7a417af2bbf92a93c /drivers/dahdi/wctdm.c
parent1475ad236a4f91beef3765ac6e7df7472afd934f (diff)
make wctdm.h a public header file
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4345 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wctdm.c')
-rw-r--r--drivers/dahdi/wctdm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dahdi/wctdm.c b/drivers/dahdi/wctdm.c
index 3f1308f..0f23ce3 100644
--- a/drivers/dahdi/wctdm.c
+++ b/drivers/dahdi/wctdm.c
@@ -34,7 +34,7 @@
#include <linux/moduleparam.h>
#include <asm/io.h>
#include "proslic.h"
-#include "wctdm.h"
+
/*
* Define for audio vs. register based ring detection
*
@@ -109,9 +109,9 @@ static alpha indirect_regs[] =
{43,66,"LOOP_CLOSE_TRES_LOW",0x1000},
};
-
#include <dahdi/kernel.h>
#include <dahdi/user.h>
+#include <dahdi/wctdm_user.h>
#include "fxo_modes.h"