]> 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>
Thu, 21 Oct 2021 15:09:12 +0000 (17:09 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 15 Nov 2021 13:12:15 +0000 (14:12 +0100)
All request based code is in the blk-mq files now.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/blk-core.c

index 5722c1d9da09cd8e109b9ff1586529eafd2830de..ee54b34d5e99c3d34172b9aa3628de47b525d72d 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"