Преглед изворни кода

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 пре 15 година
родитељ
комит
6a3cd3ea48
1 измењених фајлова са 1 додато и 0 уклоњено
  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/io.h>
 #include <linux/module.h>
 #include <linux/module.h>
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
+#include <linux/slab.h>
 
 
 #include <linux/timb_dma.h>
 #include <linux/timb_dma.h>