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: v4.13~18969^2~7 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=6a3cd3ea48584d14f60dce0b3c4e9e4428beb0fe;p=mirror_ubuntu-bionic-kernel.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 e20d5c1fa213..44b346d8d319 100644 --- a/drivers/dma/timb_dma.c +++ b/drivers/dma/timb_dma.c @@ -27,6 +27,7 @@ #include #include #include +#include #include