Use <linux/slab.h> instead of <linux/malloc.h>
authorDavid Schleef <ds@schleef.org>
Sat, 9 Mar 2002 00:07:08 +0000 (00:07 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 9 Mar 2002 00:07:08 +0000 (00:07 +0000)
comedi/drivers/comedi_test.c

index 7a78d6ecd9033f060b88d052f5355db51493ba8d..4ef0aeb7c1d8be3980ec54c2d8e8f4857ab00d45 100644 (file)
@@ -49,7 +49,7 @@ zero volts).
 #include <linux/module.h>
 #include <linux/sched.h>
 #include <linux/mm.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
 #include <linux/errno.h>
 #include <linux/delay.h>
 #include <linux/timer.h>