diff options
author | Christoph Hellwig <hch@lst.de> | 2021-11-23 21:53:12 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-11-29 16:38:44 +0300 |
commit | 82d981d4230bc0a19540fc540d4bdf49a3769f05 (patch) | |
tree | 57aa5a875ae70226bbfa9d9c672bc06e10f71213 /block/blk-flush.c | |
parent | ca5b304cabef55c670a22bbe53a883fe5c3b2620 (diff) | |
download | linux-82d981d4230bc0a19540fc540d4bdf49a3769f05.tar.xz |
block: don't include <linux/part_stat.h> in blk.h
Not 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-9-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-flush.c')
-rw-r--r-- | block/blk-flush.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-flush.c b/block/blk-flush.c index 86ee50455e41..902e80e48e4a 100644 --- a/block/blk-flush.c +++ b/block/blk-flush.c @@ -69,6 +69,7 @@ #include <linux/blkdev.h> #include <linux/gfp.h> #include <linux/blk-mq.h> +#include <linux/part_stat.h> #include "blk.h" #include "blk-mq.h" |