]> www.infradead.org Git - users/hch/block.git/commitdiff
block: don't include blk-mq headers in blk-core.c
authorChristoph Hellwig <hch@lst.de>
Wed, 17 Nov 2021 06:14:04 +0000 (07:14 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 22 Nov 2021 14:21:27 +0000 (07:21 -0700)
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>
block/blk-core.c

index ce42005810bc8160259277d37e694ffbb92954bc..6443f2dfe43e4d9ba1098cb4b981c03179a21c2c 100644 (file)
@@ -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"