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

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Sun May 23 07:56:14 CDT 2010


Author: tzafrir
Date: Sun May 23 07:56:12 2010
New Revision: 8679

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

Fix the same issue as in r8550 , for dahdi_echocan_oslec.c:

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

Merged revisions 8674 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_oslec.c

Propchange: linux/branches/2.3/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun May 23 07:56:12 2010
@@ -1,1 +1,1 @@
-/linux/trunk:8538-8539,8550
+/linux/trunk:8538-8539,8550,8674

Propchange: linux/branches/2.3/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Sun May 23 07:56:12 2010
@@ -1,1 +1,1 @@
-/linux/trunk:1-8505,8538-8539,8550,8560-8563,8565-8568,8570-8572,8575-8576
+/linux/trunk:1-8505,8538-8539,8550,8560-8563,8565-8568,8570-8572,8575-8576,8674

Modified: linux/branches/2.3/drivers/dahdi/dahdi_echocan_oslec.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.3/drivers/dahdi/dahdi_echocan_oslec.c?view=diff&rev=8679&r1=8678&r2=8679
==============================================================================
--- linux/branches/2.3/drivers/dahdi/dahdi_echocan_oslec.c (original)
+++ linux/branches/2.3/drivers/dahdi/dahdi_echocan_oslec.c Sun May 23 07:56:12 2010
@@ -23,6 +23,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 dahdi-commits mailing list