From: Uwe Kleine-König Date: Fri, 28 Jul 2023 07:09:31 +0000 (+0200) Subject: binderfs: Drop unused #include X-Git-Tag: v6.6-rc1~99^2~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5702920cf92639a7d8a496a15684e8a7390eeaf;p=thirdparty%2Fkernel%2Fstable.git binderfs: Drop unused #include binderfs.c doens't use any of the symbols provided by linux/radix-tree.h and compiles just fine without this include. So drop the #include. Signed-off-by: Uwe Kleine-König Acked-by: Christian Brauner Link: https://lore.kernel.org/r/20230728070931.589823-1-u.kleine-koenig@pengutronix.de Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/android/binderfs.c b/drivers/android/binderfs.c index 76e7d6676657e..90f497c3ff068 100644 --- a/drivers/android/binderfs.c +++ b/drivers/android/binderfs.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include