diff options
author | Christoph Hellwig <hch@lst.de> | 2021-11-23 19:53:10 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-11-29 06:38:44 -0700 |
commit | a2ff7781cfe6a2104c64deb8311532ccd4d4c57d (patch) | |
tree | 6c05af1e545b1826754668d9744a8835e0185a0f /block/blk.h | |
parent | e4a19f7289f3fa9b2a4e65d0f4b3a7816e8e445b (diff) |
block: don't include <linux/blk-mq.h> in blk.h
Not needed.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20211123185312.1432157-7-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk.h')
-rw-r--r-- | block/blk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk.h b/block/blk.h index 0f9472bea616..a6e9ce376780 100644 --- a/block/blk.h +++ b/block/blk.h @@ -3,7 +3,6 @@ #define BLK_INTERNAL_H #include <linux/idr.h> -#include <linux/blk-mq.h> #include <linux/part_stat.h> #include <linux/blk-crypto.h> #include <linux/memblock.h> /* for max_pfn/max_low_pfn */ |