[svn-commits] tzafrir: linux/trunk r7732 - in /linux/trunk: drivers/dahdi/wcb4xxp/ drivers/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 28 12:49:22 CST 2009


Author: tzafrir
Date: Mon Dec 28 12:49:21 2009
New Revision: 7732

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7732
Log:
autoconf.h is inlcuded by Kbuild at the command-line.
No need to explicitly include it.

Also note that <linux/autoconf.h> is invalid as of 2.6.33 . It is now
<generated/autoconf.h> (but anyway, should not be #include-d directly).

Modified:
    linux/trunk/drivers/dahdi/wcb4xxp/base.c
    linux/trunk/drivers/dahdi/wct4xxp/vpm450m.c
    linux/trunk/include/dahdi/dahdi_config.h

Modified: linux/trunk/drivers/dahdi/wcb4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wcb4xxp/base.c?view=diff&rev=7732&r1=7731&r2=7732
==============================================================================
--- linux/trunk/drivers/dahdi/wcb4xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wcb4xxp/base.c Mon Dec 28 12:49:21 2009
@@ -20,7 +20,6 @@
  * this program for more details.
  */
 
-#include <linux/autoconf.h>
 #include <linux/init.h>
 
 #include <linux/kernel.h>	/* printk() */

Modified: linux/trunk/drivers/dahdi/wct4xxp/vpm450m.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wct4xxp/vpm450m.c?view=diff&rev=7732&r1=7731&r2=7732
==============================================================================
--- linux/trunk/drivers/dahdi/wct4xxp/vpm450m.c (original)
+++ linux/trunk/drivers/dahdi/wct4xxp/vpm450m.c Mon Dec 28 12:49:21 2009
@@ -30,8 +30,6 @@
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
 #include <linux/config.h>
-#else
-#include <linux/autoconf.h>
 #endif
 
 /* API for Octasic access */

Modified: linux/trunk/include/dahdi/dahdi_config.h
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/include/dahdi/dahdi_config.h?view=diff&rev=7732&r1=7731&r2=7732
==============================================================================
--- linux/trunk/include/dahdi/dahdi_config.h (original)
+++ linux/trunk/include/dahdi/dahdi_config.h Mon Dec 28 12:49:21 2009
@@ -23,8 +23,6 @@
 #include <linux/version.h>
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
 #include <linux/config.h>
-#else
-#include <linux/autoconf.h>
 #endif
 #endif
 




More information about the svn-commits mailing list