diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-03-29 00:54:40 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2010-03-29 18:26:06 -0400 |
commit | 6a3cd3ea48584d14f60dce0b3c4e9e4428beb0fe (patch) | |
tree | f7ecd232b9ac463142c493ede51dcf409fd64973 /drivers/dma/timb_dma.c | |
parent | bca3469205402d9fb14060d255d8786ae2256640 (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/timb_dma.c')
-rw-r--r-- | drivers/dma/timb_dma.c | 1 |
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 @@ | |||
27 | #include <linux/io.h> | 27 | #include <linux/io.h> |
28 | #include <linux/module.h> | 28 | #include <linux/module.h> |
29 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
30 | #include <linux/slab.h> | ||
30 | 31 | ||
31 | #include <linux/timb_dma.h> | 32 | #include <linux/timb_dma.h> |
32 | 33 | ||