From: Damien Le Moal Date: Thu, 22 Feb 2024 13:17:24 +0000 (+0900) Subject: block: Do not include rbtree.h in blk-zoned.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=522d73526f8d4519eefc693204bb474391e60f2b;p=linux.git block: Do not include rbtree.h in blk-zoned.c 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 Reviewed-by: Bart Van Assche Link: https://lore.kernel.org/r/20240222131724.1803520-2-dlemoal@kernel.org Signed-off-by: Jens Axboe --- diff --git a/block/blk-zoned.c b/block/blk-zoned.c index d4f4f8325eff0..da0f4b2a8fa09 100644 --- a/block/blk-zoned.c +++ b/block/blk-zoned.c @@ -11,7 +11,6 @@ #include #include -#include #include #include #include