diff options
author | Christoph Hellwig <hch@lst.de> | 2021-11-17 07:14:04 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-11-29 06:35:21 -0700 |
commit | d9337a420aed38cb4ffa465e5a546360410bc0cb (patch) | |
tree | 423c5596d9caa4cb8145d7529dc862cc3c4a76d9 /block/blk-core.c | |
parent | 0d7a29a2b5eae30eff1e216badca76978a3de39f (diff) | |
download | linux-d9337a420aed38cb4ffa465e5a546360410bc0cb.tar.bz2 |
block: don't include blk-mq headers in blk-core.c
All request based code is in the blk-mq files now.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20211117061404.331732-12-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-core.c')
-rw-r--r-- | block/blk-core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index 8e14438ef822..35a04d8c180a 100644 --- a/block/blk-core.c +++ b/block/blk-core.c @@ -16,7 +16,6 @@ #include <linux/module.h> #include <linux/bio.h> #include <linux/blkdev.h> -#include <linux/blk-mq.h> #include <linux/blk-pm.h> #include <linux/blk-integrity.h> #include <linux/highmem.h> @@ -47,8 +46,6 @@ #include <trace/events/block.h> #include "blk.h" -#include "blk-mq.h" -#include "blk-mq-sched.h" #include "blk-pm.h" #include "blk-throttle.h" |