From: Christoph Hellwig Date: Wed, 17 Nov 2021 06:14:04 +0000 (+0100) Subject: block: don't include blk-mq headers in blk-core.c X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d9337a420aed38cb4ffa465e5a546360410bc0cb;p=linux.git 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 Reviewed-by: Johannes Thumshirn Link: https://lore.kernel.org/r/20211117061404.331732-12-hch@lst.de Signed-off-by: Jens Axboe --- 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 #include #include -#include #include #include #include @@ -47,8 +46,6 @@ #include #include "blk.h" -#include "blk-mq.h" -#include "blk-mq-sched.h" #include "blk-pm.h" #include "blk-throttle.h"