]> www.infradead.org Git - users/hch/block.git/commitdiff
block: don't include blk-mq headers in blk-core.c remove-blk_get_request
authorChristoph Hellwig <hch@lst.de>
Thu, 21 Oct 2021 15:09:12 +0000 (17:09 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 22 Oct 2021 04:13:33 +0000 (06:13 +0200)
All request based code is in the blk-mq files now.

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

index 5c387eb6337632ed5289644ef849fb088ec3fb0b..43fcb268bb2bc13f8145b04f549d260dd0b2097f 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"