From a53bc328cc863c901614e015e94939c318113940 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 26 Oct 2020 09:09:00 +0100 Subject: [PATCH] ANDROID: ion: fix movement of dma header file Commit 9f4df96b8781 ("dma-mapping: merge into ") moved the header file, so do the same thing for our out-of-tree ION code as well, to fix the build issues. Fixes: 9f4df96b8781 ("dma-mapping: merge into ") Fixes: b2117ae840bd ("ANDROID: ion: flush cache before exporting non-cached buffers") Cc: Vincent Donnefort Signed-off-by: Greg Kroah-Hartman Change-Id: I20e2f47598bee9dcf311cd62b49541ebcb061fca --- drivers/staging/android/ion/ion_buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/ion/ion_buffer.c b/drivers/staging/android/ion/ion_buffer.c index e22330f844c3..9baca1a472b6 100644 --- a/drivers/staging/android/ion/ion_buffer.c +++ b/drivers/staging/android/ion/ion_buffer.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #define CREATE_TRACE_POINTS #include "ion_trace.h"