[dahdi-commits] sruffell: linux/trunk r9307 - /linux/trunk/drivers/dahdi/dahdi_dummy.c

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Tue Sep 7 08:47:30 CDT 2010


Author: sruffell
Date: Tue Sep  7 08:47:24 2010
New Revision: 9307

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

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

Modified: linux/trunk/drivers/dahdi/dahdi_dummy.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/dahdi_dummy.c?view=diff&rev=9307&r1=9306&r2=9307
==============================================================================
--- linux/trunk/drivers/dahdi/dahdi_dummy.c (original)
+++ linux/trunk/drivers/dahdi/dahdi_dummy.c Tue Sep  7 08:47:24 2010
@@ -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 dahdi-commits mailing list