summaryrefslogtreecommitdiff
path: root/drivers/dma
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-03-29 15:54:40 +1100
committerDan Williams <dan.j.williams@intel.com>2010-03-29 15:26:06 -0700
commit6a3cd3ea48584d14f60dce0b3c4e9e4428beb0fe (patch)
treef7ecd232b9ac463142c493ede51dcf409fd64973 /drivers/dma
parentbca3469205402d9fb14060d255d8786ae2256640 (diff)
async_tx: use of kzalloc/kfree requires the include of slab.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/timb_dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c
index e20d5c1fa213..44b346d8d319 100644
--- a/drivers/dma/timb_dma.c
+++ b/drivers/dma/timb_dma.c
@@ -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>