From: Masahiro Yamada Date: Mon, 17 Feb 2025 11:27:51 +0000 (+0900) Subject: binder: remove unneeded inclusion from binder_internal.h X-Git-Tag: next-20250224~44^2~6 X-Git-Url: https://gentwo.org/gitweb/?a=commitdiff_plain;h=78c0a5056c5856f24bf862ccd641394fd3dfd1dd;p=linux%2F.git binder: remove unneeded inclusion from binder_internal.h binder_internal.h is included only in the following two C files: $ git grep binder_internal.h drivers/android/binder.c:#include "binder_internal.h" drivers/android/binderfs.c:#include "binder_internal.h" Neither of these files use the EXPORT_SYMBOL macro, so including is unnecessary. Signed-off-by: Masahiro Yamada Link: https://lore.kernel.org/r/20250217112756.1011333-1-masahiroy@kernel.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/android/binder_internal.h b/drivers/android/binder_internal.h index e4eb8357989c..6a66c9769c6c 100644 --- a/drivers/android/binder_internal.h +++ b/drivers/android/binder_internal.h @@ -3,7 +3,6 @@ #ifndef _LINUX_BINDER_INTERNAL_H #define _LINUX_BINDER_INTERNAL_H -#include #include #include #include