From: Uwe Kleine-König Date: Fri, 28 Jul 2023 07:09:31 +0000 (+0200) Subject: binderfs: Drop unused #include X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a5702920cf92639a7d8a496a15684e8a7390eeaf;p=users%2Fjedix%2Flinux-maple.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 76e7d6676657..90f497c3ff06 100644 --- a/drivers/android/binderfs.c +++ b/drivers/android/binderfs.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include