async_tx: use of kzalloc/kfree requires the include of slab.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 29 Mar 2010 04:54:40 +0000 (15:54 +1100)
committerDan Williams <dan.j.williams@intel.com>
Mon, 29 Mar 2010 22:26:06 +0000 (15:26 -0700)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dma/timb_dma.c

index e20d5c1..44b346d 100644 (file)
@@ -27,6 +27,7 @@
 #include <linux/io.h>
 #include <linux/module.h>
 #include <linux/platform_device.h>
+#include <linux/slab.h>
 
 #include <linux/timb_dma.h>