[svn-commits] tzafrir: branch linux/2.2 r8267 - in /linux/branches/2.2: ./ drivers/dahdi/wc...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Mar 7 09:14:40 CST 2010


Author: tzafrir
Date: Sun Mar  7 09:14:37 2010
New Revision: 8267

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

Backporting from trunk to 2.2 (closes issue #16752).

Merged revisions 7732 via svnmerge from 
http://svn.digium.com/svn/dahdi/linux/trunk

Modified:
    linux/branches/2.2/   (props changed)
    linux/branches/2.2/drivers/dahdi/wcb4xxp/base.c
    linux/branches/2.2/drivers/dahdi/wct4xxp/vpm450m.c
    linux/branches/2.2/include/dahdi/dahdi_config.h

Propchange: linux/branches/2.2/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: linux/branches/2.2/drivers/dahdi/wcb4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.2/drivers/dahdi/wcb4xxp/base.c?view=diff&rev=8267&r1=8266&r2=8267
==============================================================================
--- linux/branches/2.2/drivers/dahdi/wcb4xxp/base.c (original)
+++ linux/branches/2.2/drivers/dahdi/wcb4xxp/base.c Sun Mar  7 09:14:37 2010
@@ -20,7 +20,6 @@
  * this program for more details.
  */
 
-#include <linux/autoconf.h>
 #include <linux/init.h>
 
 #include <linux/kernel.h>	/* printk() */

Modified: linux/branches/2.2/drivers/dahdi/wct4xxp/vpm450m.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.2/drivers/dahdi/wct4xxp/vpm450m.c?view=diff&rev=8267&r1=8266&r2=8267
==============================================================================
--- linux/branches/2.2/drivers/dahdi/wct4xxp/vpm450m.c (original)
+++ linux/branches/2.2/drivers/dahdi/wct4xxp/vpm450m.c Sun Mar  7 09:14:37 2010
@@ -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/branches/2.2/include/dahdi/dahdi_config.h
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.2/include/dahdi/dahdi_config.h?view=diff&rev=8267&r1=8266&r2=8267
==============================================================================
--- linux/branches/2.2/include/dahdi/dahdi_config.h (original)
+++ linux/branches/2.2/include/dahdi/dahdi_config.h Sun Mar  7 09:14:37 2010
@@ -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