Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

binderfs: Drop unused #include <linux/radix-tree.h>

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 <u.kleine-koenig@pengutronix.de>
Acked-by: Christian Brauner <brauner@kernel.org>
Link: https://lore.kernel.org/r/20230728070931.589823-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Uwe Kleine-König and committed by
Greg Kroah-Hartman
a5702920 51b080a4

-1
-1
drivers/android/binderfs.c
··· 19 19 #include <linux/mutex.h> 20 20 #include <linux/mount.h> 21 21 #include <linux/fs_parser.h> 22 - #include <linux/radix-tree.h> 23 22 #include <linux/sched.h> 24 23 #include <linux/seq_file.h> 25 24 #include <linux/slab.h>