summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi_transcode.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-08-14 01:09:35 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-08-14 01:09:35 +0000
commit6af4b8136ebbadfa3d956e8c91b68034ff908d7b (patch)
tree68240e9d63f62dfa6fba44b3dc55ddd8a7faede1 /drivers/dahdi/dahdi_transcode.c
parent68c60b50f299c636a288cce7c23fb24bfcf2363f (diff)
remove devfs support, and use consistent include file path
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4773 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/dahdi_transcode.c')
-rw-r--r--drivers/dahdi/dahdi_transcode.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/dahdi/dahdi_transcode.c b/drivers/dahdi/dahdi_transcode.c
index 628f876..24e6c35 100644
--- a/drivers/dahdi/dahdi_transcode.c
+++ b/drivers/dahdi/dahdi_transcode.c
@@ -35,14 +35,8 @@
#include <linux/mm.h>
#include <linux/page-flags.h>
#include <asm/io.h>
-#ifdef CONFIG_DEVFS_FS
-#include <linux/devfs_fs_kernel.h>
-#endif
-#ifdef STANDALONE_ZAPATA
-#include "dahdi/kernel.h"
-#else
+
#include <dahdi/kernel.h>
-#endif
static int debug;
LIST_HEAD(trans);