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: v6.15-rc1~78^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78c0a5056c5856f24bf862ccd641394fd3dfd1dd;p=thirdparty%2Fkernel%2Flinux.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 e4eb8357989cb..6a66c9769c6cd 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