projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bca3469
)
async_tx: use of kzalloc/kfree requires the include of slab.h
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Mon, 29 Mar 2010 04:54:40 +0000
(15:54 +1100)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/drivers/dma/timb_dma.c
b/drivers/dma/timb_dma.c
index
e20d5c1
..
44b346d
100644
(file)
--- 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>