diff options
author | Christoph Hellwig <hch@lst.de> | 2023-04-13 09:40:39 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-04-13 15:52:29 +0300 |
commit | bebe84ebeec4d030aa65af58376305749762e5a0 (patch) | |
tree | 14815b70ce5c1e4299c200666953240f0328d735 /block/kyber-iosched.c | |
parent | 50947d7fe9fa6abe3ddc40769dfb02a51c58edb6 (diff) | |
download | linux-bebe84ebeec4d030aa65af58376305749762e5a0.tar.xz |
blk-mq: remove blk-mq-tag.h
blk-mq-tag.h is always included by blk-mq.h, and causes recursive
inclusion hell with further changes. Just merge it into blk-mq.h
instead.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Link: https://lore.kernel.org/r/20230413064057.707578-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/kyber-iosched.c')
-rw-r--r-- | block/kyber-iosched.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/kyber-iosched.c b/block/kyber-iosched.c index 2146969237bf..d0a4838ce7fc 100644 --- a/block/kyber-iosched.c +++ b/block/kyber-iosched.c @@ -19,7 +19,6 @@ #include "blk-mq.h" #include "blk-mq-debugfs.h" #include "blk-mq-sched.h" -#include "blk-mq-tag.h" #define CREATE_TRACE_POINTS #include <trace/events/kyber.h> |