summaryrefslogtreecommitdiffstats
path: root/block/blk.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2021-11-23 19:53:09 +0100
committerJens Axboe <axboe@kernel.dk>2021-11-29 06:38:44 -0700
commite4a19f7289f3fa9b2a4e65d0f4b3a7816e8e445b (patch)
tree0b6a33570771609ece36974083a9c88786605766 /block/blk.h
parent2aa7745bf6db55b7800c4433e102b07c649fd001 (diff)
downloadlinux-e4a19f7289f3fa9b2a4e65d0f4b3a7816e8e445b.tar.bz2
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.h')
-rw-r--r--block/blk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk.h b/block/blk.h
index db6efa351d3e..0f9472bea616 100644
--- a/block/blk.h
+++ b/block/blk.h
@@ -9,7 +9,6 @@
#include <linux/memblock.h> /* for max_pfn/max_low_pfn */
#include <xen/xen.h>
#include "blk-crypto-internal.h"
-#include "blk-mq.h"
struct elevator_type;