Commit ca5b304c authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe

block: don't include <linux/idr.h> in blk.h

Not needed.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20211123185312.1432157-8-hch@lst.deSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent a2ff7781
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#ifndef BLK_INTERNAL_H #ifndef BLK_INTERNAL_H
#define BLK_INTERNAL_H #define BLK_INTERNAL_H
#include <linux/idr.h>
#include <linux/part_stat.h> #include <linux/part_stat.h>
#include <linux/blk-crypto.h> #include <linux/blk-crypto.h>
#include <linux/memblock.h> /* for max_pfn/max_low_pfn */ #include <linux/memblock.h> /* for max_pfn/max_low_pfn */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment