[svn-commits] tzafrir: branch linux/2.3 r8551 - in /linux/branches/2.3: ./ drivers/dahdi/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Apr 22 06:03:09 CDT 2010


Author: tzafrir
Date: Thu Apr 22 06:03:07 2010
New Revision: 8551

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8551
Log:
missing #include: fixes building with 2.6.34-rc5

With kernel 2.6.34-rc5 an explicit '#include <slab.h>' is required for using
kzalloc() and friends.

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

Modified:
    linux/branches/2.3/   (props changed)
    linux/branches/2.3/drivers/dahdi/dahdi_echocan_jpah.c

Propchange: linux/branches/2.3/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Apr 22 06:03:07 2010
@@ -1,1 +1,1 @@
-/linux/trunk:8538-8539
+/linux/trunk:8538-8539,8550

Propchange: linux/branches/2.3/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Apr 22 06:03:07 2010
@@ -1,1 +1,1 @@
-/linux/trunk:1-8505,8538-8539
+/linux/trunk:1-8505,8538-8539,8550

Modified: linux/branches/2.3/drivers/dahdi/dahdi_echocan_jpah.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.3/drivers/dahdi/dahdi_echocan_jpah.c?view=diff&rev=8551&r1=8550&r2=8551
==============================================================================
--- linux/branches/2.3/drivers/dahdi/dahdi_echocan_jpah.c (original)
+++ linux/branches/2.3/drivers/dahdi/dahdi_echocan_jpah.c Thu Apr 22 06:03:07 2010
@@ -27,6 +27,7 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/slab.h>
 #include <linux/errno.h>
 #include <linux/module.h>
 #include <linux/init.h>




More information about the svn-commits mailing list