diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-03-29 08:54:40 +0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2010-03-30 02:26:06 +0400 |
commit | 6a3cd3ea48584d14f60dce0b3c4e9e4428beb0fe (patch) | |
tree | f7ecd232b9ac463142c493ede51dcf409fd64973 /drivers/dma | |
parent | bca3469205402d9fb14060d255d8786ae2256640 (diff) | |
download | linux-6a3cd3ea48584d14f60dce0b3c4e9e4428beb0fe.tar.xz |
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.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 @@ #include <linux/io.h> #include <linux/module.h> #include <linux/platform_device.h> +#include <linux/slab.h> #include <linux/timb_dma.h> |