]> Gentwo Git Trees - linux/.git/commit
binder: remove unneeded <linux/export.h> inclusion from binder_internal.h
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 17 Feb 2025 11:27:51 +0000 (20:27 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Feb 2025 14:25:12 +0000 (15:25 +0100)
commit78c0a5056c5856f24bf862ccd641394fd3dfd1dd
treee143fc26ba9453ac11088d36106d6fd172abc517
parent74826b3fd7d2f131ee9baebe66189b0ff3c50a96
binder: remove unneeded <linux/export.h> 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
<linux/export.h> is unnecessary.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20250217112756.1011333-1-masahiroy@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder_internal.h