diff options
author | Christoph Hellwig <hch@lst.de> | 2021-11-23 19:53:09 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-11-29 14:38:44 +0100 |
commit | e4a19f7289f3fa9b2a4e65d0f4b3a7816e8e445b (patch) | |
tree | 0b6a33570771609ece36974083a9c88786605766 /block/blk-throttle.c | |
parent | block: don't include blk-mq-sched.h in blk.h (diff) | |
download | linux-e4a19f7289f3fa9b2a4e65d0f4b3a7816e8e445b.tar.xz linux-e4a19f7289f3fa9b2a4e65d0f4b3a7816e8e445b.zip |
block: don't include blk-mq.h in blk.h
No needed, shift a blk-stat.h include into the source file that needs it
instead.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20211123185312.1432157-6-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-throttle.c')
-rw-r--r-- | block/blk-throttle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-throttle.c b/block/blk-throttle.c index 39bb6e68a9a2..7c462c006b26 100644 --- a/block/blk-throttle.c +++ b/block/blk-throttle.c @@ -13,6 +13,7 @@ #include <linux/blk-cgroup.h> #include "blk.h" #include "blk-cgroup-rwstat.h" +#include "blk-stat.h" #include "blk-throttle.h" /* Max dispatch from a group in 1 round */ |