Explorar o código

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>
Stephen Rothwell %!s(int64=15) %!d(string=hai) anos
pai
achega
6a3cd3ea48
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/dma/timb_dma.c

+ 1 - 0
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>