summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-07-29 22:03:52 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-07-29 22:03:52 +0000
commit75d1b0f6c0e3b4898b3751449a379f0f8baf9619 (patch)
treeee976a3e44c7473a002dc8d559e75c417602ce51 /drivers/dahdi/dahdi-base.c
parenta395b3b6e59ce139dafdb347e4de1f558749b223 (diff)
make an initial split of dahdi/kernel.h into userspace- and kernelspace-specific parts
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4628 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/dahdi-base.c')
-rw-r--r--drivers/dahdi/dahdi-base.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index 5f9de80..f2a1482 100644
--- a/drivers/dahdi/dahdi-base.c
+++ b/drivers/dahdi/dahdi-base.c
@@ -78,13 +78,10 @@
/* #define BUF_MUNGE */
+#include <dahdi/version.h>
/* Grab fasthdlc with tables */
#define FAST_HDLC_NEED_TABLES
-#include "fasthdlc.h"
-
-#include <dahdi/version.h>
#include <dahdi/kernel.h>
-#include <dahdi/user.h>
#include "hpec/hpec_user.h"
@@ -4751,7 +4748,7 @@ static int dahdi_chan_ioctl(struct inode *inode, struct file *file, unsigned int
return -ENOSYS;
switch(cmd) {
- case DAHDI_SIGFREEZE:
+ case DAHDI_SETSIGFREEZE:
get_user(j, (int *)data);
spin_lock_irqsave(&chan->lock, flags);
if (j) {