diff options
author | Christoph Hellwig <hch@lst.de> | 2021-11-23 19:53:08 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-11-29 06:38:44 -0700 |
commit | 2aa7745bf6db55b7800c4433e102b07c649fd001 (patch) | |
tree | b13b0a995912efd4d111c732406f3d40b54732f7 /block/blk-core.c | |
parent | 0c6cb3a293fa9adc7be24d67ff7d201aefa50362 (diff) | |
download | linux-2aa7745bf6db55b7800c4433e102b07c649fd001.tar.bz2 |
block: don't include blk-mq-sched.h in blk.h
No needed, shift it into the source files that need it instead.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20211123185312.1432157-5-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-core.c')
-rw-r--r-- | block/blk-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index 2053d1b0e90e..1acd94ba10c7 100644 --- a/block/blk-core.c +++ b/block/blk-core.c @@ -46,6 +46,7 @@ #include <trace/events/block.h> #include "blk.h" +#include "blk-mq-sched.h" #include "blk-pm.h" #include "blk-throttle.h" |