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.h | |
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.h')
-rw-r--r-- | block/blk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk.h b/block/blk.h index 4df2ce8d4999..db6efa351d3e 100644 --- a/block/blk.h +++ b/block/blk.h @@ -10,7 +10,6 @@ #include <xen/xen.h> #include "blk-crypto-internal.h" #include "blk-mq.h" -#include "blk-mq-sched.h" struct elevator_type; |