diff options
author | Damien Le Moal <dlemoal@kernel.org> | 2024-02-22 22:17:24 +0900 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-02-22 10:35:18 -0700 |
commit | 522d73526f8d4519eefc693204bb474391e60f2b (patch) | |
tree | b0e2ef518373e4797d2b11ee4c144e7aa7b693c5 /block | |
parent | c8f6f88d25929ad2f290b428efcae3b526f3eab0 (diff) |
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 <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>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-zoned.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-zoned.c b/block/blk-zoned.c index d4f4f8325eff..da0f4b2a8fa0 100644 --- a/block/blk-zoned.c +++ b/block/blk-zoned.c @@ -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> |