diff options
author | Christoph Hellwig <hch@lst.de> | 2021-11-23 19:53:08 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-11-29 14:38:44 +0100 |
commit | 2aa7745bf6db55b7800c4433e102b07c649fd001 (patch) | |
tree | b13b0a995912efd4d111c732406f3d40b54732f7 /block/blk-sysfs.c | |
parent | block: remove the e argument to elevator_exit (diff) | |
download | linux-2aa7745bf6db55b7800c4433e102b07c649fd001.tar.xz linux-2aa7745bf6db55b7800c4433e102b07c649fd001.zip |
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-sysfs.c')
-rw-r--r-- | block/blk-sysfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-sysfs.c b/block/blk-sysfs.c index 772347adc56b..4622da4bb992 100644 --- a/block/blk-sysfs.c +++ b/block/blk-sysfs.c @@ -16,6 +16,7 @@ #include "blk.h" #include "blk-mq.h" #include "blk-mq-debugfs.h" +#include "blk-mq-sched.h" #include "blk-wbt.h" #include "blk-throttle.h" |