Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

binder: use proper cacheflush header file

binder.c uses <asm/cacheflush.h> instead of <linux/cacheflush.h>.
Hence change cacheflush header file to proper one.

This change also avoid warning from checkpatch that shown below:
WARNING: Use #include <linux/cacheflush.h> instead of <asm/cacheflush.h>

Signed-off-by: Ajith P V <ajithpv.linux@gmail.com>
Link: https://lore.kernel.org/r/20211215132018.31522-1-ajithpv.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ajith P V and committed by
Greg Kroah-Hartman
e80ca2e9 fdcee305

+1 -1
+1 -1
drivers/android/binder.c
··· 69 69 70 70 #include <uapi/linux/android/binder.h> 71 71 72 - #include <asm/cacheflush.h> 72 + #include <linux/cacheflush.h> 73 73 74 74 #include "binder_internal.h" 75 75 #include "binder_trace.h"