From: Christoph Hellwig Date: Thu, 21 Oct 2021 15:09:12 +0000 (+0200) Subject: block: don't include blk-mq headers in blk-core.c X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fremove-blk_get_request;p=users%2Fhch%2Fblock.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 --- diff --git a/block/blk-core.c b/block/blk-core.c index 5c387eb63376..43fcb268bb2b 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"