[dahdi-commits] sruffell: linux/trunk r8680 - /linux/trunk/drivers/dahdi/hpec/

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Mon May 24 11:55:51 CDT 2010


Author: sruffell
Date: Mon May 24 11:55:50 2010
New Revision: 8680

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8680
Log:
hpec: #include <linux/slab.h>

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

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

Modified:
    linux/trunk/drivers/dahdi/hpec/dahdi_echocan_hpec.c

Modified: linux/trunk/drivers/dahdi/hpec/dahdi_echocan_hpec.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/hpec/dahdi_echocan_hpec.c?view=diff&rev=8680&r1=8679&r2=8680
==============================================================================
--- linux/trunk/drivers/dahdi/hpec/dahdi_echocan_hpec.c (original)
+++ linux/trunk/drivers/dahdi/hpec/dahdi_echocan_hpec.c Mon May 24 11:55:50 2010
@@ -20,6 +20,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