[svn-commits] tzafrir: linux/trunk r6177 - in /linux/trunk: drivers/dahdi/ drivers/dahdi/xp...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Mar 16 14:29:14 CDT 2009


Author: tzafrir
Date: Mon Mar 16 14:29:10 2009
New Revision: 6177

URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6177
Log:
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.

Added:
    linux/trunk/include/dahdi/dahdi_config.h
      - copied unchanged from r6166, linux/team/tzafrir/ext-build/include/dahdi/dahdi_config.h
Removed:
    linux/trunk/drivers/dahdi/dahdi_config.h
Modified:
    linux/trunk/drivers/dahdi/dahdi-base.c
    linux/trunk/drivers/dahdi/xpp/Kbuild
    linux/trunk/include/dahdi/kernel.h

Modified: linux/trunk/drivers/dahdi/dahdi-base.c
URL: http://svn.digium.com/svn-view/dahdi/linux/trunk/drivers/dahdi/dahdi-base.c?view=diff&rev=6177&r1=6176&r2=6177
==============================================================================
--- linux/trunk/drivers/dahdi/dahdi-base.c (original)
+++ linux/trunk/drivers/dahdi/dahdi-base.c Mon Mar 16 14:29:10 2009
@@ -34,8 +34,6 @@
  * this program for more details.
  */
 
-
-#include "dahdi_config.h"
 
 #include <linux/kernel.h>
 #include <linux/errno.h>

Modified: linux/trunk/drivers/dahdi/xpp/Kbuild
URL: http://svn.digium.com/svn-view/dahdi/linux/trunk/drivers/dahdi/xpp/Kbuild?view=diff&rev=6177&r1=6176&r2=6177
==============================================================================
--- linux/trunk/drivers/dahdi/xpp/Kbuild (original)
+++ linux/trunk/drivers/dahdi/xpp/Kbuild Mon Mar 16 14:29:10 2009
@@ -6,7 +6,7 @@
 			-g # -DOLD_PROC
 			#
 
-WITH_BRISTUFF	:= $(shell grep -c '^[[:space:]]*\#[[:space:]]*define[[:space:]]\+CONFIG_DAHDI_BRI_DCHANS\>' $(src)/../dahdi_config.h)
+WITH_BRISTUFF	:= $(shell grep -c '^[[:space:]]*\#[[:space:]]*define[[:space:]]\+CONFIG_DAHDI_BRI_DCHANS\>' $(src)/../../../include/dahdi/dahdi_config.h)
 
 obj-$(DAHDI_BUILD_ALL)$(CONFIG_DAHDI_XPP)		+= xpp.o
 obj-$(DAHDI_BUILD_ALL)$(CONFIG_DAHDI_XPD_FXS)		+= xpd_fxs.o

Modified: linux/trunk/include/dahdi/kernel.h
URL: http://svn.digium.com/svn-view/dahdi/linux/trunk/include/dahdi/kernel.h?view=diff&rev=6177&r1=6176&r2=6177
==============================================================================
--- linux/trunk/include/dahdi/kernel.h (original)
+++ linux/trunk/include/dahdi/kernel.h Mon Mar 16 14:29:10 2009
@@ -36,7 +36,7 @@
 #include <dahdi/user.h>
 #include <dahdi/fasthdlc.h>
 
-#include "dahdi_config.h"
+#include <dahdi/dahdi_config.h>
 #include <linux/version.h>
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
 #include <linux/config.h>




More information about the svn-commits mailing list