From: Stephen Rothwell Date: Mon, 29 Mar 2010 04:54:40 +0000 (+1100) Subject: async_tx: use of kzalloc/kfree requires the include of slab.h X-Git-Tag: v2.6.35-rc1~439^2~7 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6a3cd3ea48584d14f60dce0b3c4e9e4428beb0fe;p=users%2Fjedix%2Flinux-maple.git async_tx: use of kzalloc/kfree requires the include of slab.h Signed-off-by: Stephen Rothwell Signed-off-by: Dan Williams --- diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c index e20d5c1fa2133..44b346d8d3199 100644 --- a/drivers/dma/timb_dma.c +++ b/drivers/dma/timb_dma.c @@ -27,6 +27,7 @@ #include #include #include +#include #include