[dahdi-commits] tzafrir: linux/trunk r8674 - /linux/trunk/drivers/dahdi/dahdi_echocan_oslec.c

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


Author: tzafrir
Date: Sun May 23 07:17:52 2010
New Revision: 8674

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

Modified:
    linux/trunk/drivers/dahdi/dahdi_echocan_oslec.c

Modified: linux/trunk/drivers/dahdi/dahdi_echocan_oslec.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/dahdi_echocan_oslec.c?view=diff&rev=8674&r1=8673&r2=8674
==============================================================================
--- linux/trunk/drivers/dahdi/dahdi_echocan_oslec.c (original)
+++ linux/trunk/drivers/dahdi/dahdi_echocan_oslec.c Sun May 23 07:17:52 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