summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-16 19:29:10 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-16 19:29:10 +0000
commit731da2af7fe1489237633affba26352799dfb50a (patch)
treea7214ea636a7bf7ca5b6ab68eb8e0d0ca1b34668 /drivers/dahdi/dahdi-base.c
parent96eca5d72ab2e0b4646df50d73285ed73922dcb7 (diff)
Move dahdi_config.h to be under include/dahdi/
This makes dahdi_config.h part of the "offcial" interface to external modules. Practically most of its configuration items are internal to dahdi-base. But some are intended for other drivers. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6177 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/dahdi-base.c')
-rw-r--r--drivers/dahdi/dahdi-base.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c
index 01197b8..a1f588d 100644
--- a/drivers/dahdi/dahdi-base.c
+++ b/drivers/dahdi/dahdi-base.c
@@ -35,8 +35,6 @@
*/
-#include "dahdi_config.h"
-
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/module.h>