summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);