Message ID | 20211117061404.331732-12-hch@lst.de |
---|---|
State | New |
Headers | show |
Series | [01/11] block: move blk_rq_err_bytes to scsi | expand |
diff --git a/block/blk-core.c b/block/blk-core.c index 5722c1d9da09c..ee54b34d5e99c 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"
All request based code is in the blk-mq files now. Signed-off-by: Christoph Hellwig <hch@lst.de> --- block/blk-core.c | 3 --- 1 file changed, 3 deletions(-)