From: Ajith P V Date: Wed, 15 Dec 2021 13:20:18 +0000 (+0530) Subject: binder: use proper cacheflush header file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e80ca2e932056346f021d933b591d9d82b9cc93a;p=linux.git binder: use proper cacheflush header file binder.c uses instead of . Hence change cacheflush header file to proper one. This change also avoid warning from checkpatch that shown below: WARNING: Use #include instead of Signed-off-by: Ajith P V Link: https://lore.kernel.org/r/20211215132018.31522-1-ajithpv.linux@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/android/binder.c b/drivers/android/binder.c index e1fa6d17fe450..8351c5638880b 100644 --- a/drivers/android/binder.c +++ b/drivers/android/binder.c @@ -69,7 +69,7 @@ #include -#include +#include #include "binder_internal.h" #include "binder_trace.h"