[RAMEN9610-12171] android: ion: include <slub.h>
authorCho KyongHo <pullip.cho@samsung.com>
Fri, 26 Oct 2018 06:27:37 +0000 (15:27 +0900)
committerhskang <hs1218.kang@samsung.com>
Fri, 15 Feb 2019 01:28:19 +0000 (10:28 +0900)
<linux/slub.h> is needed by kmalloc_array().

Change-Id: I7237cd0a3ddd53fa8419f265c459e6afc3c3c487
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
drivers/staging/android/ion/ion_debug.c

index dbad18491ad3475a53ca88eea6df9941a9ccc86a..1c2310ef130cf60737034ca88eb7d08831e08005 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/debugfs.h>
 #include <linux/oom.h>
 #include <linux/sort.h>
+#include <linux/slab.h>
 
 #include "ion.h"
 #include "ion_exynos.h"