]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 e20d5c1fa2133d0dfe68f9c6f9f393f581a54c58..44b346d8d31993f2f29699509e3dd3847dd5c9e0 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>