block: Do not include rbtree.h in blk-zoned.c
authorDamien Le Moal <dlemoal@kernel.org>
Thu, 22 Feb 2024 13:17:24 +0000 (22:17 +0900)
committerJens Axboe <axboe@kernel.dk>
Thu, 22 Feb 2024 17:35:18 +0000 (10:35 -0700)
The block zone code does not use RB-tree. So remove the include of
linux/rbtree.h as it is not needed.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20240222131724.1803520-2-dlemoal@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-zoned.c

index d4f4f8325eff0a174699438d837ea4a14a8ca77b..da0f4b2a8fa09330bdc71bf545ed2dc688326392 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <linux/kernel.h>
 #include <linux/module.h>
-#include <linux/rbtree.h>
 #include <linux/blkdev.h>
 #include <linux/blk-mq.h>
 #include <linux/mm.h>