From: Cho KyongHo Date: Fri, 26 Oct 2018 06:27:37 +0000 (+0900) Subject: [RAMEN9610-12171] android: ion: include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3d18445a6113eaf015cfd79c8d5b55c6acd8458a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [RAMEN9610-12171] android: ion: include is needed by kmalloc_array(). Change-Id: I7237cd0a3ddd53fa8419f265c459e6afc3c3c487 Signed-off-by: Cho KyongHo --- diff --git a/drivers/staging/android/ion/ion_debug.c b/drivers/staging/android/ion/ion_debug.c index dbad18491ad3..1c2310ef130c 100644 --- a/drivers/staging/android/ion/ion_debug.c +++ b/drivers/staging/android/ion/ion_debug.c @@ -18,6 +18,7 @@ #include #include #include +#include #include "ion.h" #include "ion_exynos.h"