[svn-commits] sruffell: branch linux/2.4 r9658 - /linux/branches/2.4/drivers/dahdi/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jan 20 23:28:01 CST 2011


Author: sruffell
Date: Thu Jan 20 23:27:57 2011
New Revision: 9658

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9658
Log:
dahdi_dummy: #include <linux/slab.h> for kzalloc and friends.

Fix the same issue as in r8550 for dahdi_dummy.c

(closes issue #17959)
Reported by: glen201

Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9307

Modified:
    linux/branches/2.4/drivers/dahdi/dahdi_dummy.c

Modified: linux/branches/2.4/drivers/dahdi/dahdi_dummy.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.4/drivers/dahdi/dahdi_dummy.c?view=diff&rev=9658&r1=9657&r2=9658
==============================================================================
--- linux/branches/2.4/drivers/dahdi/dahdi_dummy.c (original)
+++ linux/branches/2.4/drivers/dahdi/dahdi_dummy.c Thu Jan 20 23:27:57 2011
@@ -49,6 +49,7 @@
 #include <linux/init.h>
 #include <linux/errno.h>
 #include <linux/moduleparam.h>
+#include <linux/slab.h>
 
 #if defined(USE_HIGHRESTIMER)
 #include <linux/hrtimer.h>




More information about the svn-commits mailing list